Skip to content

Commit 7bc2f20

Browse files
RahulHereRahulHere
authored andcommitted
Release version 0.1.2
Prepare release v0.1.2: - Update pyproject.toml to version 0.1.2 - Update platform packages to version 0.1.2 - Update CHANGELOG.md: [Unreleased] -> [0.1.2] - 2026-03-12
1 parent e790876 commit 7bc2f20

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
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
12+
## [0.1.2] - 2026-03-12
13+
1114
## [0.1.1] - 2026-02-28
1215

1316
## [0.1.0-20260227-124047] - 2026-02-27
@@ -65,5 +68,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6568
---
6669

6770
[Unreleased]: https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0-20260227-124047...HEAD
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
71+
[0.1.2]: https://github.com/GopherSecurity/gopher-mcp-python/compare/v0.1.0-20260227-124047...v0.1.2[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
6972
[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
@@ -45,7 +45,7 @@
4545
is_auth_available,
4646
)
4747

48-
__version__ = "0.1.1"
48+
__version__ = "0.1.2"
4949

5050
__all__ = [
5151
# 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.1"
10+
__version__ = "0.1.2"
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.1"
7+
version = "0.1.2"
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.1"
10+
__version__ = "0.1.2"
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.1"
7+
version = "0.1.2"
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.1"
10+
__version__ = "0.1.2"
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.1"
7+
version = "0.1.2"
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.1"
10+
__version__ = "0.1.2"
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.1"
7+
version = "0.1.2"
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)