File tree Expand file tree Collapse file tree
gopher_security_mcp_native_darwin_arm64
gopher_security_mcp_native_darwin_x64
gopher_security_mcp_native_linux_arm64
gopher_security_mcp_native_linux_x64
gopher_security_mcp_native_win32_arm64
gopher_security_mcp_native_win32_x64 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.0-20260227-124047] - 2026-02-27
11+
1012### Changed
1113
1214- ** Package Rename** from ` gopher-orch ` to ` gopher-security-mcp `
@@ -22,6 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224 - Add ` python scripts/update_version.py <version> ` script
2325 - Workflow now reads version from ` pyproject.toml ` instead of hardcoded env
2426
27+ ### Fixed
28+
29+ - Fix native library loading - keep library name as ` libgopher-orch ` (from C++ project)
30+ - Make ` gopher_orch_set_log_level ` function optional for compatibility
31+
2532## [ 0.1.0] - 2026-02-08
2633
2734### Added
@@ -54,5 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5461
5562---
5663
57- [ Unreleased ] : https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0...HEAD
64+ [ Unreleased ] : https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0-20260227-124047...HEAD
65+ [ 0.1.0-20260227-124047 ] : https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0...v0.1.0-20260227-124047
5866[ 0.1.0 ] : https://github.com/GopherSecurity/gopher-mcp-python/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 2929from gopher_security_mcp .server_config import ServerConfig
3030from gopher_security_mcp .ffi import GopherOrchLibrary
3131
32- __version__ = "0.1.0.dev20260226145002 "
32+ __version__ = "0.1.0.dev20260227124047 "
3333
3434__all__ = [
3535 # Main classes
Original file line number Diff line number Diff line change 77import os
88from pathlib import Path
99
10- __version__ = "0.1.0.dev20260226145002 "
10+ __version__ = "0.1.0.dev20260227124047 "
1111
1212# Platform identifier
1313PLATFORM = "darwin"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gopher-security-mcp-native-darwin-arm64"
7- version = " 0.1.0.dev20260226145002 "
7+ version = " 0.1.0.dev20260227124047 "
88description = " Native library for gopher-security-mcp (macOS ARM64)"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 77import os
88from pathlib import Path
99
10- __version__ = "0.1.0.dev20260226145002 "
10+ __version__ = "0.1.0.dev20260227124047 "
1111
1212# Platform identifier
1313PLATFORM = "darwin"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gopher-security-mcp-native-darwin-x64"
7- version = " 0.1.0.dev20260226145002 "
7+ version = " 0.1.0.dev20260227124047 "
88description = " Native library for gopher-security-mcp (macOS Intel)"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 77import os
88from pathlib import Path
99
10- __version__ = "0.1.0.dev20260226145002 "
10+ __version__ = "0.1.0.dev20260227124047 "
1111
1212# Platform identifier
1313PLATFORM = "linux"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gopher-security-mcp-native-linux-arm64"
7- version = " 0.1.0.dev20260226145002 "
7+ version = " 0.1.0.dev20260227124047 "
88description = " Native library for gopher-security-mcp (Linux ARM64)"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 77import os
88from pathlib import Path
99
10- __version__ = "0.1.0.dev20260226145002 "
10+ __version__ = "0.1.0.dev20260227124047 "
1111
1212# Platform identifier
1313PLATFORM = "linux"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gopher-security-mcp-native-linux-x64"
7- version = " 0.1.0.dev20260226145002 "
7+ version = " 0.1.0.dev20260227124047 "
88description = " Native library for gopher-security-mcp (Linux x64)"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments