From 73e2c9a5693c6cfcf9e9e9b1015184ea16da91d9 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Mon, 29 Aug 2016 13:16:36 +0300 Subject: [PATCH] version: bump - 1.2.0 --- CHANGELOG.md | 1 + CMakeLists.txt | 2 +- debian/changelog | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bb6acc..5fc4df47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/CMakeLists.txt b/CMakeLists.txt index ca2b2d6b..ba16b649 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/debian/changelog b/debian/changelog index d1567558..67a0a7eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.