Skip to content

Commit bc106fa

Browse files
committed
intx 0.9.2
Bump version: 0.9.1 → 0.9.2
1 parent ac08da8 commit bc106fa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1
2+
current_version = 0.9.2
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.1)
30+
set(PROJECT_VERSION 0.9.2)
3131

3232
cable_configure_compiler(NO_STACK_PROTECTION)
3333

0 commit comments

Comments
 (0)