Skip to content

Commit 66d8b1e

Browse files
committed
evmone 0.4.1
Bump version: 0.4.1-dev -> 0.4.1
1 parent 2e0c05a commit 66d8b1e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1-dev
2+
current_version = 0.4.1
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CHANGELOG.md

+2-1
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.4.1]unreleased
9+
## [0.4.1]2020-04-01
1010

1111
### Fixed
1212

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

165165

166+
[0.4.1]: https://github.com/ethereum/evmone/releases/tag/v0.4.1
166167
[0.4.0]: https://github.com/ethereum/evmone/releases/tag/v0.4.0
167168
[0.3.0]: https://github.com/ethereum/evmone/releases/tag/v0.3.0
168169
[0.2.0]: https://github.com/ethereum/evmone/releases/tag/v0.2.0

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
2626
include(Hunter/init)
2727

2828
project(evmone LANGUAGES CXX)
29-
set(PROJECT_VERSION 0.4.1-dev)
29+
set(PROJECT_VERSION 0.4.1)
3030

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

0 commit comments

Comments
 (0)