Skip to content

Commit dac35ac

Browse files
committed
version 0.1.4
1 parent b815efe commit dac35ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.23)
2-
project(grpcxx VERSION 0.1.3 LANGUAGES CXX)
2+
project(grpcxx VERSION 0.1.4 LANGUAGES CXX)
33

44
cmake_policy(SET CMP0135 NEW)
55

changelog.md

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

3+
## 0.1.4 - 12th January, 2024
4+
5+
* Fix to ensure idle connections don't block worker threads (#20).
6+
37
## 0.1.3 - 28th December, 2023
48

59
* Fix to map types correctly when generating RPC definitions (#16).

0 commit comments

Comments
 (0)