File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.0-dev
2+ current_version = 0.5.0
33tag = True
44sign_tags = True
55tag_message = intx {new_version}
@@ -19,4 +19,3 @@ values =
1919 rel
2020
2121[bumpversion:file:CMakeLists.txt]
22-
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Documentation of all notable changes to the **intx** project.
55The format is based on [ Keep a Changelog] ,
66and 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if(INTX_TESTING)
2727endif ()
2828
2929project (intx LANGUAGES CXX)
30- set (PROJECT_VERSION 0.5.0-dev )
30+ set (PROJECT_VERSION 0.5.0)
3131
3232cable_configure_compiler(NO_STACK_PROTECTION)
3333
You can’t perform that action at this time.
0 commit comments