Commit f3b775f 1 parent 42750ef commit f3b775f Copy full SHA for f3b775f
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.9.0
2
+ current_version = 0.9.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.9.1] — 2023-01-25
9
+
10
+ ### Fixed
11
+
12
+ - Fixed 32-bit Windows builds: the ` _umul128 ` intrinsic is not available there.
13
+ [ #283 ] ( https://github.com/chfast/intx/pull/283 )
14
+
8
15
## [ 0.9.0] — 2022-12-13
9
16
10
17
### Changed
@@ -164,6 +171,7 @@ and this project adheres to [Semantic Versioning].
164
171
[ #99 ] ( https://github.com/chfast/intx/pull/99 )
165
172
166
173
174
+ [ 0.9.1 ] : https://github.com/chfast/intx/releases/v0.9.1
167
175
[ 0.9.0 ] : https://github.com/chfast/intx/releases/v0.9.0
168
176
[ 0.8.0 ] : https://github.com/chfast/intx/releases/v0.8.0
169
177
[ 0.7.1 ] : https://github.com/chfast/intx/releases/v0.7.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.9.0 )
30
+ set (PROJECT_VERSION 0.9.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