Skip to content

Commit

Permalink
Bump version up to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed Feb 16, 2022
1 parent 1c13097 commit 0ef707b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.3.0 (2022-02-16)

### Features

* Support pool refill strategy and implement conservative and greedy (default) - (#20)

### Misc

* cmake: Use system googletest library if found
* cmake: Mute googletest warning
* workflow: Check .ipp files with clang-format


## 1.2.0 (2021-11-24)

### Features
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

set(STREAMCLIENT_VERSION_MAJOR "1")
set(STREAMCLIENT_VERSION_MINOR "2")
set(STREAMCLIENT_VERSION_MINOR "3")
set(STREAMCLIENT_VERSION_RELEASE "0")
set(STREAMCLIENT_SUMMARY "C++ library")
set(STREAMCLIENT_REPOSITORY_URL "https://github.com/TinkoffCreditSystems/stream-client")
Expand Down

0 comments on commit 0ef707b

Please sign in to comment.