Skip to content

Commit 2d623c8

Browse files
RahulHeregophergogo
authored andcommitted
Release version 0.1.1
Prepare release v0.1.1: - Update pyproject.toml to version 0.1.1 - Update platform packages to version 0.1.1 - Update CHANGELOG.md: [Unreleased] -> [0.1.1] - 2026-02-28
1 parent fdd9385 commit 2d623c8

File tree

15 files changed

+18
-15
lines changed

15 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
89
## [Unreleased]
910

11+
## [0.1.1] - 2026-02-28
12+
1013
## [0.1.0-20260227-124047] - 2026-02-27
1114

1215
### Changed
@@ -62,5 +65,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6265
---
6366

6467
[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
68+
[0.1.1]: https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0-20260227-124047...v0.1.1[0.1.0-20260227-124047]: https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0...v0.1.0-20260227-124047
6669
[0.1.0]: https://github.com/GopherSecurity/gopher-mcp-python/releases/tag/v0.1.0

gopher_mcp_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from gopher_mcp_python.server_config import ServerConfig
3030
from gopher_mcp_python.ffi import GopherOrchLibrary
3131

32-
__version__ = "0.1.0.dev20260227124047"
32+
__version__ = "0.1.1"
3333

3434
__all__ = [
3535
# Main classes

packages/darwin-arm64/gopher_mcp_python_native_darwin_arm64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0.dev20260227124047"
10+
__version__ = "0.1.1"
1111

1212
# Platform identifier
1313
PLATFORM = "darwin"

packages/darwin-arm64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gopher-mcp-python-native-darwin-arm64"
7-
version = "0.1.0.dev20260227124047"
7+
version = "0.1.1"
88
description = "Native library for gopher-mcp-python (macOS ARM64)"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/darwin-x64/gopher_mcp_python_native_darwin_x64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0.dev20260227124047"
10+
__version__ = "0.1.1"
1111

1212
# Platform identifier
1313
PLATFORM = "darwin"

packages/darwin-x64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gopher-mcp-python-native-darwin-x64"
7-
version = "0.1.0.dev20260227124047"
7+
version = "0.1.1"
88
description = "Native library for gopher-mcp-python (macOS Intel)"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/linux-arm64/gopher_mcp_python_native_linux_arm64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0.dev20260227124047"
10+
__version__ = "0.1.1"
1111

1212
# Platform identifier
1313
PLATFORM = "linux"

packages/linux-arm64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gopher-mcp-python-native-linux-arm64"
7-
version = "0.1.0.dev20260227124047"
7+
version = "0.1.1"
88
description = "Native library for gopher-mcp-python (Linux ARM64)"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

packages/linux-x64/gopher_mcp_python_native_linux_x64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import os
88
from pathlib import Path
99

10-
__version__ = "0.1.0.dev20260227124047"
10+
__version__ = "0.1.1"
1111

1212
# Platform identifier
1313
PLATFORM = "linux"

packages/linux-x64/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gopher-mcp-python-native-linux-x64"
7-
version = "0.1.0.dev20260227124047"
7+
version = "0.1.1"
88
description = "Native library for gopher-mcp-python (Linux x64)"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)