Skip to content

Commit

Permalink
intx 0.4.0
Browse files Browse the repository at this point in the history
Bump version: 0.4.0-dev → 0.4.0
  • Loading branch information
chfast committed Aug 21, 2019
1 parent 3c31e75 commit d041bb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d041bb6

Please sign in to comment.