Skip to content

Commit 0592ffe

Browse files
committed
intx 0.5.1
Bump version: 0.5.0 → 0.5.1
1 parent 6c307e0 commit 0592ffe

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Documentation of all notable changes to the **intx** project.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## [0.5.1] — 2020-12-14
9+
10+
### Changed
11+
12+
- The utility macros (e.g. `INTX_UNREACHABLE()`) have been redefined.
13+
[#182](https://github.com/chfast/intx/pull/182)
14+
- Test and benchmarks improvements.
15+
[#175](https://github.com/chfast/intx/pull/175)
16+
17+
818
## [0.5.0] — 2020-06-23
919

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

7484

85+
[0.5.1]: https://github.com/chfast/intx/releases/v0.5.1
7586
[0.5.0]: https://github.com/chfast/intx/releases/v0.5.0
7687
[0.4.0]: https://github.com/chfast/intx/releases/v0.4.0
7788
[0.3.0]: https://github.com/chfast/intx/releases/v0.3.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(INTX_TESTING)
2727
endif()
2828

2929
project(intx LANGUAGES CXX)
30-
set(PROJECT_VERSION 0.5.0)
30+
set(PROJECT_VERSION 0.5.1)
3131

3232
cable_configure_compiler(NO_STACK_PROTECTION)
3333

0 commit comments

Comments
 (0)