File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12.0
2+ current_version = 0.12.1
33tag = True
44sign_tags = True
55tag_message = intx {new_version}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.12.1] — 2024-10-09
9+
10+ ### Fixed
11+
12+ - Fix MSVC build in preprocessor conformance mode
13+ [ #327 ] ( https://github.com/chfast/intx/pull/327 )
14+
815## [ 0.12.0] — 2024-09-03
916
1017### Added
@@ -248,6 +255,7 @@ and this project adheres to [Semantic Versioning].
248255 [ #99 ] ( https://github.com/chfast/intx/pull/99 )
249256
250257
258+ [ 0.12.1 ] : https://github.com/chfast/intx/releases/v0.12.1
251259[ 0.12.0 ] : https://github.com/chfast/intx/releases/v0.12.0
252260[ 0.11.0 ] : https://github.com/chfast/intx/releases/v0.11.0
253261[ 0.10.1 ] : https://github.com/chfast/intx/releases/v0.10.1
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.12.0 )
30+ set (PROJECT_VERSION 0.12.1 )
3131
3232cable_configure_compiler(NO_STACK_PROTECTION)
3333
You can’t perform that action at this time.
0 commit comments