Skip to content

Commit

Permalink
intx 0.5.1
Browse files Browse the repository at this point in the history
Bump version: 0.5.0 → 0.5.1
  • Loading branch information
chfast committed Dec 14, 2020
1 parent 6c307e0 commit 0592ffe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
tag = True
sign_tags = True
tag_message = intx {new_version}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Documentation of all notable changes to the **intx** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.5.1] — 2020-12-14

### Changed

- The utility macros (e.g. `INTX_UNREACHABLE()`) have been redefined.
[#182](https://github.com/chfast/intx/pull/182)
- Test and benchmarks improvements.
[#175](https://github.com/chfast/intx/pull/175)


## [0.5.0] — 2020-06-23

### Added
Expand Down Expand Up @@ -72,6 +82,7 @@ and this project adheres to [Semantic Versioning].
[#99](https://github.com/chfast/intx/pull/99)


[0.5.1]: https://github.com/chfast/intx/releases/v0.5.1
[0.5.0]: https://github.com/chfast/intx/releases/v0.5.0
[0.4.0]: https://github.com/chfast/intx/releases/v0.4.0
[0.3.0]: https://github.com/chfast/intx/releases/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(INTX_TESTING)
endif()

project(intx LANGUAGES CXX)
set(PROJECT_VERSION 0.5.0)
set(PROJECT_VERSION 0.5.1)

cable_configure_compiler(NO_STACK_PROTECTION)

Expand Down

0 comments on commit 0592ffe

Please sign in to comment.