Commit dd34f96 1 parent 3345d71 commit dd34f96 Copy full SHA for dd34f96
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.10.0-dev
2
+ current_version = 0.10.0
3
3
tag = True
4
4
sign_tags = True
5
5
tag_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.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
8
- ## [ 0.10.0] — unreleased
8
+ ## [ 0.10.0] — 2023-04-25
9
9
10
10
### Changed
11
11
12
- - C++20 is not required to use intx.
12
+ - C++20 is now required to use intx.
13
13
[ #287 ] ( https://github.com/chfast/intx/pull/287 )
14
14
[ #290 ] ( https://github.com/chfast/intx/pull/290 )
15
15
@@ -187,7 +187,7 @@ and this project adheres to [Semantic Versioning].
187
187
[ #99 ] ( https://github.com/chfast/intx/pull/99 )
188
188
189
189
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
191
191
[ 0.9.2 ] : https://github.com/chfast/intx/releases/v0.9.2
192
192
[ 0.9.1 ] : https://github.com/chfast/intx/releases/v0.9.1
193
193
[ 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)
27
27
endif ()
28
28
29
29
project (intx LANGUAGES CXX)
30
- set (PROJECT_VERSION 0.10.0-dev )
30
+ set (PROJECT_VERSION 0.10.0)
31
31
32
32
cable_configure_compiler(NO_STACK_PROTECTION)
33
33
You can’t perform that action at this time.
0 commit comments