Skip to content

Commit

Permalink
version: bump - 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Aug 29, 2016
1 parent b154f32 commit 73e2c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.2.0] - Flamegor - 2016-08-29
### Added
- JSON formatter can now apply custom attributes formatting. This feature can be also configured using "formatting" key in the config.
- String formatter now supports optional placeholders with default value (#150).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ target_link_libraries(${LIBRARY_NAME}
# So, adding e.g. functions is no problem, modifying argument lists or removing functions would
# required the SOVERSION to be incremented. Similar rules hold of course for non-opaque
# data-structures.
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.1.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.2.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

if (ENABLE_TESTING_THREADSAFETY)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blackhole (1.2.0-1) UNRELEASED; urgency=low
blackhole (1.2.0-1) unstable; urgency=low

* Added: JSON formatter can now apply custom attributes formatting. This
feature can be also configured using "formatting" key in the config.
Expand Down

0 comments on commit 73e2c9a

Please sign in to comment.