Skip to content

Commit

Permalink
version: bump - 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Jul 18, 2016
1 parent ac0a579 commit b412a6e
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1] - Ori - 2016-07-18
### Fixed
- Experimental builders will no longer change meaning of AST tokens ([#134]).

## [1.0.0] - The Lich King - 2016-07-13
### Added
- The Blackhole is completely rewritten from the scratch, there is no need to duplicate README here.
Expand Down Expand Up @@ -259,6 +263,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[#67]: (https://github.com/3Hren/blackhole/issues/67)
[#68]: (https://github.com/3Hren/blackhole/issues/68)
[#78]: (https://github.com/3Hren/blackhole/issues/78)
[#134]: (https://github.com/3Hren/blackhole/issues/134)

[#38]: (https://github.com/3Hren/blackhole/pull/38)
[#40]: (https://github.com/3Hren/blackhole/pull/40)
Expand Down
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.0)
set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.0.1)
set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1)

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

* Bug fix: experimental builders will no longer change meaning of AST
tokens (#134).

-- Evgeny Safronov <[email protected]> Mon, 18 Jul 2016 16:31:02 +0300

blackhole (1.0.0-1) unstable; urgency=low

* Feature: records can now provide an information whether they were activated.
Expand Down

0 comments on commit b412a6e

Please sign in to comment.