Skip to content

Commit

Permalink
Merge branch 'release/v1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed Aug 25, 2021
2 parents a10b1bd + 90b8b17 commit a0c1fb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Description of what really happened.
**Environment**
- OS (include version): [e.g. macosx 10.15.3]
- Compiler (include version): [e.g. Apple clang version 11.0.0]
- Boost version: [e.g. 1.66.0]
- Cmake version: [e.g. 3.16.4]

**Additional info**
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.1 (2021-08-26)

### Fixes

* Fix cmake config targets file misspell


## 1.2.0 (2021-07-05)

### Features
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.4 FATAL_ERROR)

set(URITEMPLATE_VERSION_MAJOR "1")
set(URITEMPLATE_VERSION_MINOR "2")
set(URITEMPLATE_VERSION_RELEASE "0")
set(URITEMPLATE_VERSION_RELEASE "1")
set(URITEMPLATE_SUMMARY "C++ library")
set(URITEMPLATE_REPOSITORY_URL "https://github.com/TinkoffCreditSystems/uri-template")
set(URITEMPLATE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
Expand Down
2 changes: 1 addition & 1 deletion uri-template-config.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
include(${CMAKE_CURRENT_LIST_DIR}/uritemplateTargets.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake)
check_required_components("@PROJECT_NAME@")

0 comments on commit a0c1fb4

Please sign in to comment.