File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.0-dev
2
+ current_version = 0.6.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.6.0] — Unreleased
8
+ ## [ 0.6.0] — 2020-12-24
9
9
10
10
With this release we focus on introducing three major features:
11
11
- a public C API,
@@ -638,7 +638,7 @@ First release!
638
638
[ 0.3.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.3.0
639
639
[ 0.4.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.4.0
640
640
[ 0.5.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.5.0
641
- [ 0.6.0 ] : https://github.com/wasmx/fizzy/compare/ v0.5.0...master
641
+ [ 0.6.0 ] : https://github.com/wasmx/fizzy/releases/tag/ v0.6.0
642
642
643
643
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
644
644
[ Semantic Versioning ] : https://semver.org
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endif()
27
27
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug;Release;Coverage)
28
28
29
29
project (fizzy LANGUAGES CXX C)
30
- set (PROJECT_VERSION 0.6.0-dev )
30
+ set (PROJECT_VERSION 0.6.0)
31
31
set (CMAKE_CXX_EXTENSIONS OFF ) # Disable extensions to C++ standards in Fizzy targets.
32
32
33
33
include (TestBigEndian)
Original file line number Diff line number Diff line change 4
4
5
5
[package ]
6
6
name = " fizzy"
7
- version = " 0.6.0-dev "
7
+ version = " 0.6.0"
8
8
authors = [" The Fizzy Authors" ]
9
9
license = " Apache-2.0"
10
10
repository = " https://github.com/wasmx/fizzy"
Original file line number Diff line number Diff line change 4
4
5
5
[package ]
6
6
name = " fizzy-integration-test"
7
- version = " 0.6.0-dev "
7
+ version = " 0.6.0"
8
8
authors = [" The Fizzy Authors" ]
9
9
license = " Apache-2.0"
10
10
repository = " https://github.com/wasmx/fizzy"
11
11
edition = " 2018"
12
12
publish = false
13
13
14
14
[dependencies ]
15
- fizzy = { path = " ../" , version = " 0.6.0-dev " }
15
+ fizzy = { path = " ../" , version = " 0.6.0" }
You can’t perform that action at this time.
0 commit comments