Skip to content

Commit fb96d98

Browse files
committed
evmone 0.6.0
Bump version: 0.6.0-dev -> 0.6.0
1 parent 1cdc9de commit fb96d98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0-dev
2+
current_version = 0.6.0
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.6.0]unreleased
9+
## [0.6.0]2021-04-07
1010

1111
### Added
1212

@@ -204,7 +204,7 @@ It delivers fully-compatible and high-speed EVM implementation.
204204
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.
205205

206206

207-
[0.6.0]: https://github.com/ethereum/evmone/compare/v0.5.0..master
207+
[0.6.0]: https://github.com/ethereum/evmone/releases/tag/v0.6.0
208208
[0.5.0]: https://github.com/ethereum/evmone/releases/tag/v0.5.0
209209
[0.4.1]: https://github.com/ethereum/evmone/releases/tag/v0.4.1
210210
[0.4.0]: https://github.com/ethereum/evmone/releases/tag/v0.4.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
2525
include(Hunter/init)
2626

2727
project(evmone LANGUAGES CXX C)
28-
set(PROJECT_VERSION 0.6.0-dev)
28+
set(PROJECT_VERSION 0.6.0)
2929

3030
string(REGEX MATCH "([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
3131
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})

0 commit comments

Comments
 (0)