Skip to content

Commit b543f01

Browse files
committed
Fizzy 0.5.0
Bump version: 0.5.0-dev -> 0.5.0
1 parent 177d0d8 commit b543f01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

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

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation of all notable changes to the **Fizzy** project.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8-
## [0.5.0]unreleased
8+
## [0.5.0]2020-09-30
99

1010
This release focuses on behind the scenes code and test cleanups, and preparation for a public API.
1111

@@ -466,7 +466,7 @@ First release!
466466
[0.2.0]: https://github.com/wasmx/fizzy/releases/tag/v0.2.0
467467
[0.3.0]: https://github.com/wasmx/fizzy/releases/tag/v0.3.0
468468
[0.4.0]: https://github.com/wasmx/fizzy/releases/tag/v0.4.0
469-
[0.5.0]: https://github.com/wasmx/fizzy/compare/v0.4.0...master
469+
[0.5.0]: https://github.com/wasmx/fizzy/releases/tag/v0.5.0
470470

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

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif()
2525
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug;Release;Coverage)
2626

2727
project(fizzy LANGUAGES CXX C)
28-
set(PROJECT_VERSION 0.5.0-dev)
28+
set(PROJECT_VERSION 0.5.0)
2929
set(CMAKE_CXX_EXTENSIONS OFF) # Disable extensions to C++ standards in Fizzy targets.
3030

3131
include(TestBigEndian)

0 commit comments

Comments
 (0)