File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.0-dev
2
+ current_version = 0.7.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.7.0] — unreleased
8
+ ## [ 0.7.0] — 2021-03-01
9
9
10
10
With this release we aim to provide a much improved C and Rust API, including a clear separation of i32 and i64 types.
11
11
@@ -716,7 +716,7 @@ First release!
716
716
[ 0.4.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.4.0
717
717
[ 0.5.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.5.0
718
718
[ 0.6.0 ] : https://github.com/wasmx/fizzy/releases/tag/v0.6.0
719
- [ 0.7.0 ] : https://github.com/wasmx/fizzy/compare/ v0.6.0...master
719
+ [ 0.7.0 ] : https://github.com/wasmx/fizzy/releases/tag/ v0.7.0
720
720
721
721
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
722
722
[ 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.7.0-dev )
30
+ set (PROJECT_VERSION 0.7.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 @@ -38,7 +38,7 @@ PROJECT_NAME = Fizzy
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.7.0-dev
41
+ PROJECT_NUMBER = 0.7.0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 4
4
5
5
[package ]
6
6
name = " fizzy"
7
- version = " 0.7.0-dev "
7
+ version = " 0.7.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 @@ -12,4 +12,4 @@ edition = "2018"
12
12
publish = false
13
13
14
14
[dependencies ]
15
- fizzy = { path = " ../" , version = " 0.7.0-dev " }
15
+ fizzy = { path = " ../" , version = " 0.7.0" }
You can’t perform that action at this time.
0 commit comments