Skip to content

Commit 94f4e82

Browse files
committed
evmone 0.1.0
Bump version: 0.1.0-dev -> 0.1.0
1 parent b3d1ea3 commit 94f4e82

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.bumpversion.cfg

+2-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 = evmone {new_version}
@@ -19,3 +19,4 @@ values =
1919
rel
2020

2121
[bumpversion:file:CMakeLists.txt]
22+

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ 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] - 2019-06-19
1010
### Added
1111
- First release of the evmone project.
1212
- Support for all current EVM revisions up to Petersburg.
1313
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.
1414

15-
[0.1.0]: https://github.com/ethereum/evmone/commits/master
15+
16+
[0.1.0]: https://github.com/ethereum/evmone/releases/tag/v0.1.0
1617

1718
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
1819
[Semantic Versioning]: https://semver.org

CMakeLists.txt

+1-1
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)
28-
set(PROJECT_VERSION 0.1.0-dev)
28+
set(PROJECT_VERSION 0.1.0)
2929

3030
hunter_add_package(ethash)
3131
find_package(ethash CONFIG REQUIRED)

0 commit comments

Comments
 (0)