Commit b071d81 1 parent 8885521 commit b071d81 Copy full SHA for b071d81
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.12.0
2
+ current_version = 0.12.1
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,13 @@ 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.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
+
8
15
## [ 0.12.0] — 2024-09-03
9
16
10
17
### Added
@@ -248,6 +255,7 @@ and this project adheres to [Semantic Versioning].
248
255
[ #99 ] ( https://github.com/chfast/intx/pull/99 )
249
256
250
257
258
+ [ 0.12.1 ] : https://github.com/chfast/intx/releases/v0.12.1
251
259
[ 0.12.0 ] : https://github.com/chfast/intx/releases/v0.12.0
252
260
[ 0.11.0 ] : https://github.com/chfast/intx/releases/v0.11.0
253
261
[ 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)
27
27
endif ()
28
28
29
29
project (intx LANGUAGES CXX)
30
- set (PROJECT_VERSION 0.12.0 )
30
+ set (PROJECT_VERSION 0.12.1 )
31
31
32
32
cable_configure_compiler(NO_STACK_PROTECTION)
33
33
You can’t perform that action at this time.
0 commit comments