File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.10.0-dev
2+ current_version = 0.10.0
33tag = True
44sign_tags = True
55tag_message = intx {new_version}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ 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.10.0] — unreleased
8+ ## [ 0.10.0] — 2023-04-25
99
1010### Changed
1111
12- - C++20 is not required to use intx.
12+ - C++20 is now required to use intx.
1313 [ #287 ] ( https://github.com/chfast/intx/pull/287 )
1414 [ #290 ] ( https://github.com/chfast/intx/pull/290 )
1515
@@ -187,7 +187,7 @@ and this project adheres to [Semantic Versioning].
187187 [ #99 ] ( https://github.com/chfast/intx/pull/99 )
188188
189189
190- [ 0.10.0 ] : https://github.com/chfast/intx/compare /v0.9.2..master
190+ [ 0.10.0 ] : https://github.com/chfast/intx/releases /v0.10.0
191191[ 0.9.2 ] : https://github.com/chfast/intx/releases/v0.9.2
192192[ 0.9.1 ] : https://github.com/chfast/intx/releases/v0.9.1
193193[ 0.9.0 ] : https://github.com/chfast/intx/releases/v0.9.0
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.10.0-dev )
30+ set (PROJECT_VERSION 0.10.0)
3131
3232cable_configure_compiler(NO_STACK_PROTECTION)
3333
You can’t perform that action at this time.
0 commit comments