Skip to content

Commit 2326a19

Browse files
committed
chore: prepare release v0.2.2
1 parent 0868d09 commit 2326a19

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- TBD
2121

22+
## [0.2.2] - 2025-01-16
23+
24+
### Added
25+
26+
- Enhanced test coverage with additional test cases
27+
28+
### Changed
29+
30+
- Updated dependency versions for consistency across tools
31+
- Updated ruff version in pre-commit configuration
32+
- Improved code formatting and style consistency
33+
- Enhanced documentation with comprehensive GitHub Wiki content
34+
35+
### Fixed
36+
37+
- Fixed dependency version conflicts
38+
- Fixed code formatting issues
39+
- Fixed trailing whitespace in markdown and yaml files
40+
2241
## [0.2.1] - 2025-01-18
2342

2443
### Added
@@ -97,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97116
- Extensive test suite with >90% coverage
98117
- Complete documentation and examples
99118

100-
[Unreleased]: https://github.com/cameronrye/gopher-mcp/compare/v0.2.1...HEAD
119+
[Unreleased]: https://github.com/cameronrye/gopher-mcp/compare/v0.2.2...HEAD
120+
[0.2.2]: https://github.com/cameronrye/gopher-mcp/compare/v0.2.1...v0.2.2
101121
[0.2.1]: https://github.com/cameronrye/gopher-mcp/compare/v0.1.0...v0.2.1
102122
[0.1.0]: https://github.com/cameronrye/gopher-mcp/releases/tag/v0.1.0

pyproject.toml

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

55
[project]
66
name = "gopher-mcp"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "A cross-platform Model Context Protocol (MCP) server for browsing Gopher resources"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)