Skip to content

Commit d041bb6

Browse files
committed
intx 0.4.0
Bump version: 0.4.0-dev → 0.4.0
1 parent 3c31e75 commit d041bb6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0-dev
2+
current_version = 0.4.0
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

88

9-
## [0.4.0] - unreleased
9+
## [0.4.0] - 2019-08-21
1010

1111
### Added
1212

@@ -35,8 +35,8 @@ and this project adheres to [Semantic Versioning].
3535
[[#99](https://github.com/chfast/intx/pull/99)]
3636

3737

38-
[0.4.0]: https://github.com/chfast/intx/compare/v0.3.0...master
39-
[0.3.0]: https://github.com/chfast/intx/releases/v0.2.0
38+
[0.4.0]: https://github.com/chfast/intx/releases/v0.4.0
39+
[0.3.0]: https://github.com/chfast/intx/releases/v0.3.0
4040

4141
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
4242
[Semantic Versioning]: https://semver.org

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug)
2222
include(Hunter/init)
2323

2424
project(intx LANGUAGES CXX)
25-
set(PROJECT_VERSION 0.4.0-dev)
25+
set(PROJECT_VERSION 0.4.0)
2626

2727
cable_configure_compiler(NO_STACK_PROTECTION)
2828

0 commit comments

Comments
 (0)