Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Feb 2, 2024
1 parent 30e3811 commit db137df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.23)
project(grpcxx VERSION 0.1.4 LANGUAGES CXX)
project(grpcxx VERSION 0.2.0 LANGUAGES CXX)

cmake_policy(SET CMP0135 NEW)

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.0 - 2nd February, 2024

* Run only one libuv event loop for I/O and move processing to worker threads (#24)

## 0.1.4 - 12th January, 2024

* Fix to ensure idle connections don't block worker threads (#20).
Expand Down

0 comments on commit db137df

Please sign in to comment.