From d041bb6298a1c79f18baf749bf5f4ec8421112af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 21 Aug 2019 20:49:39 +0200 Subject: [PATCH] intx 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version: 0.4.0-dev → 0.4.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 +++--- CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a2976d98..cca2b743 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0-dev +current_version = 0.4.0 tag = True sign_tags = True tag_message = intx {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ae70b3..f3b2ba16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [0.4.0] - unreleased +## [0.4.0] - 2019-08-21 ### Added @@ -35,8 +35,8 @@ and this project adheres to [Semantic Versioning]. [[#99](https://github.com/chfast/intx/pull/99)] -[0.4.0]: https://github.com/chfast/intx/compare/v0.3.0...master -[0.3.0]: https://github.com/chfast/intx/releases/v0.2.0 +[0.4.0]: https://github.com/chfast/intx/releases/v0.4.0 +[0.3.0]: https://github.com/chfast/intx/releases/v0.3.0 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cd23c8b..de1671c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug) include(Hunter/init) project(intx LANGUAGES CXX) -set(PROJECT_VERSION 0.4.0-dev) +set(PROJECT_VERSION 0.4.0) cable_configure_compiler(NO_STACK_PROTECTION)