Skip to content

Commit

Permalink
Merge branch 'release/v2.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed May 19, 2021
2 parents d65a75f + 31f0090 commit 10d4e43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.0 (2021-05-19)

### Features
* Default-constructed Config isn't initialized if all its' children aren't


## 2.0.4 (2021-05-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

set(UCONFIG_VERSION_MAJOR "2")
set(UCONFIG_VERSION_MINOR "0")
set(UCONFIG_VERSION_RELEASE "4")
set(UCONFIG_VERSION_MINOR "1")
set(UCONFIG_VERSION_RELEASE "0")
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 10d4e43

Please sign in to comment.