Skip to content

Commit d528e86

Browse files
committed
version 0.6.1
1 parent b4dd14f commit d528e86

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.27)
2-
project(grpcxx VERSION 0.6.0 LANGUAGES CXX)
2+
project(grpcxx VERSION 0.6.1 LANGUAGES CXX)
33

44
cmake_policy(SET CMP0135 NEW) # CMake 3.24
55
cmake_policy(SET CMP0144 NEW) # CMake 3.27

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.6.1 - 10th January, 2025
4+
5+
### 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+
311
## v0.6.0 - 7th January, 2025
412

513
### 🔦 Spotlight

0 commit comments

Comments
 (0)