Commit 1e964da 1 parent bedbf4c commit 1e964da Copy full SHA for 1e964da
File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.0-dev
2
+ current_version = 0.9.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,6 +5,22 @@ 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.9.0] — 2022-12-13
9
+
10
+ ### Changed
11
+
12
+ - Optimizations for GCC compiler.
13
+ [ #279 ] ( https://github.com/chfast/intx/pull/279 )
14
+ [ #281 ] ( https://github.com/chfast/intx/pull/281 )
15
+ - Required CMake version increased from 3.10 to 3.16
16
+ [ #276 ] ( https://github.com/chfast/intx/pull/276 )
17
+ - Simplification of many operators declarations by using ` friend inline ` functions.
18
+ [ #270 ] ( https://github.com/chfast/intx/pull/270 )
19
+ [ #271 ] ( https://github.com/chfast/intx/pull/271 )
20
+ - Benchmarks updates and fixes.
21
+ [ #274 ] ( https://github.com/chfast/intx/pull/274 )
22
+ [ #275 ] ( https://github.com/chfast/intx/pull/275 )
23
+ [ #277 ] ( https://github.com/chfast/intx/pull/277 )
8
24
9
25
## [ 0.8.0] — 2022-03-15
10
26
@@ -148,6 +164,7 @@ and this project adheres to [Semantic Versioning].
148
164
[ #99 ] ( https://github.com/chfast/intx/pull/99 )
149
165
150
166
167
+ [ 0.9.0 ] : https://github.com/chfast/intx/releases/v0.9.0
151
168
[ 0.8.0 ] : https://github.com/chfast/intx/releases/v0.8.0
152
169
[ 0.7.1 ] : https://github.com/chfast/intx/releases/v0.7.1
153
170
[ 0.7.0 ] : https://github.com/chfast/intx/releases/v0.7.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.9.0-dev )
30
+ set (PROJECT_VERSION 0.9.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