Skip to content

Commit 5000e53

Browse files
committed
Fizzy 0.1.0
Bump version: 0.1.0-dev -> 0.1.0
1 parent 0c5939b commit 5000e53

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.1.0-dev
2+
current_version = 0.1.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
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

88

9-
## [0.1.0]unreleased
9+
## [0.1.0]2020-05-14
1010

1111
First release!
1212

@@ -23,7 +23,7 @@ First release!
2323
- `fizzy-unittests` for running unit tests
2424
- It is missing a public API (the embedder API) and thus not ready yet for integration.
2525

26-
[0.1.0]: https://github.com/wasmx/fizzy/compare/2366fff3...master
26+
[0.1.0]: https://github.com/wasmx/fizzy/releases/tag/v0.1.0
2727

2828
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
2929
[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.1.0-dev)
28+
set(PROJECT_VERSION 0.1.0)
2929

3030
include(TestBigEndian)
3131
test_big_endian(is_big_endian)

0 commit comments

Comments
 (0)