We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dd14f commit d528e86Copy full SHA for d528e86
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.27)
2
-project(grpcxx VERSION 0.6.0 LANGUAGES CXX)
+project(grpcxx VERSION 0.6.1 LANGUAGES CXX)
3
4
cmake_policy(SET CMP0135 NEW) # CMake 3.24
5
cmake_policy(SET CMP0144 NEW) # CMake 3.27
changelog.md
@@ -1,5 +1,13 @@
# Changelog
+## v0.6.1 - 10th January, 2025
+
+### What's Changed
6
+* Avoid defining `BUILD_SHARED_LIBS` cmake variable by @uatuko in https://github.com/uatuko/grpcxx/pull/54
7
8
+**Full Changelog**: https://github.com/uatuko/grpcxx/compare/v0.6.0...v0.6.1
9
10
11
## v0.6.0 - 7th January, 2025
12
13
### 🔦 Spotlight
0 commit comments