File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " gopher-mcp"
7- version = " 0.2.1 "
7+ version = " 0.2.2 "
88description = " A cross-platform Model Context Protocol (MCP) server for browsing Gopher resources"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments