diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b3ff61a..97044f17 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.2 +current_version = 0.9.3 tag = True sign_tags = True tag_message = intx {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a28975..a1075f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Documentation of all notable changes to the **intx** project. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [0.9.3] — unreleased +## [0.9.3] — 2023-07-17 ### Fixed @@ -186,7 +186,7 @@ and this project adheres to [Semantic Versioning]. [#99](https://github.com/chfast/intx/pull/99) -[0.9.3]: https://github.com/chfast/intx/compare/v0.9.2..release/0.9 +[0.9.3]: https://github.com/chfast/intx/releases/v0.9.3 [0.9.2]: https://github.com/chfast/intx/releases/v0.9.2 [0.9.1]: https://github.com/chfast/intx/releases/v0.9.1 [0.9.0]: https://github.com/chfast/intx/releases/v0.9.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index dbb9a06b..0f1f0086 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(INTX_TESTING) endif() project(intx LANGUAGES CXX) -set(PROJECT_VERSION 0.9.2) +set(PROJECT_VERSION 0.9.3) cable_configure_compiler(NO_STACK_PROTECTION)