Skip to content

Commit f3b775f

Browse files
committed
intx 0.9.1
Bump version: 0.9.0 → 0.9.1
1 parent 42750ef commit f3b775f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Documentation of all notable changes to the **intx** project.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

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+
815
## [0.9.0] — 2022-12-13
916

1017
### Changed
@@ -164,6 +171,7 @@ and this project adheres to [Semantic Versioning].
164171
[#99](https://github.com/chfast/intx/pull/99)
165172

166173

174+
[0.9.1]: https://github.com/chfast/intx/releases/v0.9.1
167175
[0.9.0]: https://github.com/chfast/intx/releases/v0.9.0
168176
[0.8.0]: https://github.com/chfast/intx/releases/v0.8.0
169177
[0.7.1]: https://github.com/chfast/intx/releases/v0.7.1

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(INTX_TESTING)
2727
endif()
2828

2929
project(intx LANGUAGES CXX)
30-
set(PROJECT_VERSION 0.9.0)
30+
set(PROJECT_VERSION 0.9.1)
3131

3232
cable_configure_compiler(NO_STACK_PROTECTION)
3333

0 commit comments

Comments
 (0)