diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a6053ac7..779cc0f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.6.0 tag = True sign_tags = True tag_message = intx {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b10543..6aea65e1 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.6.0] — unreleased +## [0.6.0] — 2021-06-25 ### Changed @@ -102,7 +102,7 @@ and this project adheres to [Semantic Versioning]. [#99](https://github.com/chfast/intx/pull/99) -[0.6.0]: https://github.com/chfast/intx/compare/v0.5.1..master +[0.6.0]: https://github.com/chfast/intx/releases/v0.6.0 [0.5.1]: https://github.com/chfast/intx/releases/v0.5.1 [0.5.0]: https://github.com/chfast/intx/releases/v0.5.0 [0.4.0]: https://github.com/chfast/intx/releases/v0.4.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index bf21ea48..5286d7d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if(INTX_TESTING) endif() project(intx LANGUAGES CXX) -set(PROJECT_VERSION 0.5.1) +set(PROJECT_VERSION 0.6.0) cable_configure_compiler(NO_STACK_PROTECTION)