Skip to content

Commit

Permalink
evmone 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
chfast committed Jun 19, 2019
1 parent b3d1ea3 commit 94f4e82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 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 = evmone {new_version}
Expand All @@ -19,3 +19,4 @@ values =
rel

[bumpversion:file:CMakeLists.txt]

5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.1.0] - unreleased
## [0.1.0] - 2019-06-19
### Added
- First release of the evmone project.
- Support for all current EVM revisions up to Petersburg.
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.

[0.1.0]: https://github.com/ethereum/evmone/commits/master

[0.1.0]: https://github.com/ethereum/evmone/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 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
include(Hunter/init)

project(evmone LANGUAGES CXX)
set(PROJECT_VERSION 0.1.0-dev)
set(PROJECT_VERSION 0.1.0)

hunter_add_package(ethash)
find_package(ethash CONFIG REQUIRED)
Expand Down

0 comments on commit 94f4e82

Please sign in to comment.