File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0-dev
2+ current_version = 0.9.0
33tag = True
44sign_tags = True
55tag_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.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
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 )
824
925## [ 0.8.0] — 2022-03-15
1026
@@ -148,6 +164,7 @@ and this project adheres to [Semantic Versioning].
148164 [ #99 ] ( https://github.com/chfast/intx/pull/99 )
149165
150166
167+ [ 0.9.0 ] : https://github.com/chfast/intx/releases/v0.9.0
151168[ 0.8.0 ] : https://github.com/chfast/intx/releases/v0.8.0
152169[ 0.7.1 ] : https://github.com/chfast/intx/releases/v0.7.1
153170[ 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)
2727endif ()
2828
2929project (intx LANGUAGES CXX)
30- set (PROJECT_VERSION 0.9.0-dev )
30+ set (PROJECT_VERSION 0.9.0)
3131
3232cable_configure_compiler(NO_STACK_PROTECTION)
3333
You can’t perform that action at this time.
0 commit comments