Skip to content

Commit 4c1ca55

Browse files
committed
intx 0.9.3
Bump version: 0.9.2 → 0.9.3
1 parent 5df3735 commit 4c1ca55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2
2+
current_version = 0.9.3
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.3]unreleased
8+
## [0.9.3]2023-07-17
99

1010
### Fixed
1111

@@ -186,7 +186,7 @@ and this project adheres to [Semantic Versioning].
186186
[#99](https://github.com/chfast/intx/pull/99)
187187

188188

189-
[0.9.3]: https://github.com/chfast/intx/compare/v0.9.2..release/0.9
189+
[0.9.3]: https://github.com/chfast/intx/releases/v0.9.3
190190
[0.9.2]: https://github.com/chfast/intx/releases/v0.9.2
191191
[0.9.1]: https://github.com/chfast/intx/releases/v0.9.1
192192
[0.9.0]: https://github.com/chfast/intx/releases/v0.9.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.2)
30+
set(PROJECT_VERSION 0.9.3)
3131

3232
cable_configure_compiler(NO_STACK_PROTECTION)
3333

0 commit comments

Comments
 (0)