File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0-dev
2
+ current_version = 0.5.0
3
3
tag = True
4
4
sign_tags = True
5
5
tag_message = Fizzy {new_version}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Documentation of all notable changes to the **Fizzy** project.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
8
- ## [ 0.5.0] — unreleased
8
+ ## [ 0.5.0] — 2020-09-30
9
9
10
10
This release focuses on behind the scenes code and test cleanups, and preparation for a public API.
11
11
@@ -466,7 +466,7 @@ First release!
466
466
[ 0.2.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.2.0
467
467
[ 0.3.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.3.0
468
468
[ 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
470
470
471
471
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
472
472
[ Semantic Versioning ] : https://semver.org
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ endif()
25
25
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug;Release;Coverage)
26
26
27
27
project (fizzy LANGUAGES CXX C)
28
- set (PROJECT_VERSION 0.5.0-dev )
28
+ set (PROJECT_VERSION 0.5.0)
29
29
set (CMAKE_CXX_EXTENSIONS OFF ) # Disable extensions to C++ standards in Fizzy targets.
30
30
31
31
include (TestBigEndian)
You can’t perform that action at this time.
0 commit comments