Skip to content

Commit 732522a

Browse files
committed
intx 0.5.0
Bump version: 0.5.0-dev → 0.5.0
1 parent f941efb commit 732522a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0-dev
2+
current_version = 0.5.0
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}
@@ -19,4 +19,3 @@ values =
1919
rel
2020

2121
[bumpversion:file:CMakeLists.txt]
22-

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0]unreleased
8+
## [0.5.0]2020-06-23
99

1010
### Added
1111

@@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning].
7272
[#99](https://github.com/chfast/intx/pull/99)
7373

7474

75-
[0.5.0]: https://github.com/chfast/intx/compare/v0.4.0..master
75+
[0.5.0]: https://github.com/chfast/intx/releases/v0.5.0
7676
[0.4.0]: https://github.com/chfast/intx/releases/v0.4.0
7777
[0.3.0]: https://github.com/chfast/intx/releases/v0.3.0
7878

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-dev)
30+
set(PROJECT_VERSION 0.5.0)
3131

3232
cable_configure_compiler(NO_STACK_PROTECTION)
3333

0 commit comments

Comments
 (0)