Skip to content

Commit

Permalink
Bump version up to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed May 2, 2021
1 parent 3921b1b commit c1e7bbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.2 (2021-05-02)

### Misc

* Fix gcc 10 doesn't imply `<stdexcept>` header
* Fix testing expanded dicts related to params order


## 1.1.1 (2021-03-02)

### Features
Expand All @@ -8,6 +16,7 @@

* Update README


# 1.1.0 (2021-02-26)

### Features
Expand All @@ -18,13 +27,15 @@

* Style-related fixes


## 1.0.1 (2020-11-06)

### Features

* Implement operator==/!= for Literal, Expression, Variable
* Implement unit tests


# 1.0.0 (2020-10-07)

- initial release
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(URITEMPLATE_VERSION_MAJOR "1")
set(URITEMPLATE_VERSION_MINOR "1")
set(URITEMPLATE_VERSION_RELEASE "1")
set(URITEMPLATE_VERSION_RELEASE "2")
set(URITEMPLATE_VERSION_STRING "${URITEMPLATE_VERSION_MAJOR}.${URITEMPLATE_VERSION_MINOR}.${URITEMPLATE_VERSION_RELEASE}")
set(URITEMPLATE_LIB_VERSION ${URITEMPLATE_VERSION_STRING})
set(URITEMPLATE_LIB_SOVERSION "${URITEMPLATE_VERSION_MAJOR}")
Expand Down

0 comments on commit c1e7bbc

Please sign in to comment.