Skip to content

Commit

Permalink
Fizzy 0.1.0
Browse files Browse the repository at this point in the history
Bump version: 0.1.0-dev -> 0.1.0
  • Loading branch information
axic committed May 14, 2020
1 parent 0c5939b commit 5000e53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-dev
current_version = 0.1.0
tag = True
sign_tags = True
tag_message = Fizzy {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.1.0]unreleased
## [0.1.0]2020-05-14

First release!

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

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

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug;Release;Coverage)

project(fizzy LANGUAGES CXX C)
set(PROJECT_VERSION 0.1.0-dev)
set(PROJECT_VERSION 0.1.0)

include(TestBigEndian)
test_big_endian(is_big_endian)
Expand Down

0 comments on commit 5000e53

Please sign in to comment.