Skip to content

Commit 9eac47f

Browse files
RahulHereRahulHere
authored andcommitted
Release 0.1.1
1 parent 4ebeb57 commit 9eac47f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
17+
## [0.1.1] - 2026-03-03
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
1625
## [0.1.0] - 2025-12-15
1726

1827
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Please create a build directory and run cmake from there:
1515
You may need to remove CMakeCache.txt and CMakeFiles/")
1616
endif()
1717

18-
project(gopher-mcp VERSION 0.1.0 LANGUAGES C CXX)
18+
project(gopher-mcp VERSION 0.1.1 LANGUAGES C CXX)
1919

2020
# Set library version for shared libraries
2121
set(GOPHER_MCP_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

0 commit comments

Comments
 (0)