Skip to content

Commit

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

## [1.0.2] - Grove Warden - 2016-07-29
### Fixed
- Bug fix: the library should properly build on GCC 5 (#143).

## [1.0.1] - Ori - 2016-07-18
### Fixed
- Experimental builders will no longer change meaning of AST tokens ([#134]).
Expand Down Expand Up @@ -268,3 +272,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#38]: (https://github.com/3Hren/blackhole/pull/38)
[#40]: (https://github.com/3Hren/blackhole/pull/40)
[#45]: (https://github.com/3Hren/blackhole/pull/45)
[#143]: (https://github.com/3Hren/blackhole/pull/143)
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,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.0.1)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.0.2)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

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

* Bug fix: the library should properly build on GCC 5 (#143).

-- Evgeny Safronov <[email protected]> Fri, 29 Jul 2016 15:45:14 +0300

blackhole (1.0.1-1) unstable; urgency=low

* Bug fix: experimental builders will no longer change meaning of AST
Expand Down

0 comments on commit e85def1

Please sign in to comment.