Skip to content

Commit

Permalink
version: bump - 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Feb 14, 2017
1 parent 6695668 commit d206685
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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.4.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.5.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

if (ENABLE_TESTING_THREADSAFETY)
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
blackhole (1.5.0-1) unstable; urgency=low

* Added: lambda expressions with capture-list can now be used as formatting
arguments. This allows to log arguments that require heavyweight
transformation before the result can be used.

-- Evgeny Safronov <[email protected]> Tue, 14 Feb 2017 17:01:17 +0300

blackhole (1.4.0-1) unstable; urgency=low

* Stabilized nearly added features.
Expand Down

0 comments on commit d206685

Please sign in to comment.