Skip to content

Commit

Permalink
Merge branch 'release/v2.0.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed May 19, 2021
2 parents 9410a31 + 801cbe9 commit 1f56f03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.4 (2021-05-19)

### Bug Fixes
* Fix ODR violations
* Fix macOS building

### Misc
* Improve docstrings

## 2.0.3 (2021-05-01)

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

set(UCONFIG_VERSION_MAJOR "2")
set(UCONFIG_VERSION_MINOR "0")
set(UCONFIG_VERSION_RELEASE "3")
set(UCONFIG_VERSION_RELEASE "4")
set(UCONFIG_SUMMARY "C++ library")
set(UCONFIG_REPOSITORY_URL "https://github.com/TinkoffCreditSystems/uconfig")
set(UCONFIG_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
Expand Down

0 comments on commit 1f56f03

Please sign in to comment.