We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebeb57 commit 9eac47fCopy full SHA for 9eac47f
2 files changed
CHANGELOG.md
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Fixed
15
16
+
17
+## [0.1.1] - 2026-03-03
18
19
+### Added
20
21
+### Changed
22
23
+### Fixed
24
25
## [0.1.0] - 2025-12-15
26
27
### Added
CMakeLists.txt
@@ -15,7 +15,7 @@ Please create a build directory and run cmake from there:
You may need to remove CMakeCache.txt and CMakeFiles/")
endif()
-project(gopher-mcp VERSION 0.1.0 LANGUAGES C CXX)
+project(gopher-mcp VERSION 0.1.1 LANGUAGES C CXX)
# Set library version for shared libraries
set(GOPHER_MCP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
0 commit comments