File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.1
2+ current_version = 0.9.2
33tag = True
44sign_tags = True
55tag_message = intx {new_version}
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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.2] — 2023-03-11
9+
10+ ### Changed
11+
12+ - Increase tolerance to some compiler warnings (e.g. unknown pragma, unknown attribute)
13+ in case ` intx.hpp ` is used without CMake assistance.
14+ [ #286 ] ( https://github.com/chfast/intx/pull/286 )
15+
816## [ 0.9.1] — 2023-01-25
917
1018### Fixed
@@ -171,6 +179,7 @@ and this project adheres to [Semantic Versioning].
171179 [ #99 ] ( https://github.com/chfast/intx/pull/99 )
172180
173181
182+ [ 0.9.2 ] : https://github.com/chfast/intx/releases/v0.9.2
174183[ 0.9.1 ] : https://github.com/chfast/intx/releases/v0.9.1
175184[ 0.9.0 ] : https://github.com/chfast/intx/releases/v0.9.0
176185[ 0.8.0 ] : https://github.com/chfast/intx/releases/v0.8.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.1 )
30+ set (PROJECT_VERSION 0.9.2 )
3131
3232cable_configure_compiler(NO_STACK_PROTECTION)
3333
You can’t perform that action at this time.
0 commit comments