Skip to content

Commit

Permalink
evmone 0.1.1
Browse files Browse the repository at this point in the history
Bump version: 0.1.0 -> 0.1.1
  • Loading branch information
chfast committed Sep 11, 2019
1 parent 8758f28 commit 76d96ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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
current_version = 0.1.1
tag = True
sign_tags = True
tag_message = evmone {new_version}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Documentation of all notable changes to the **evmone** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.1.1] - 2019-09-11
### Changed
- [EVMC] upgraded to version 6.3.1 (still ABI-compatible with evmone 0.1.0).
[[#171](https://github.com/ethereum/evmone/pull/171)]
- Changes to the **evmone-bench** tool backported from 0.2.
This allows better performance comparison between 0.1 and 0.2 as both versions
can run the same set of benchmarks.
[[#172](https://github.com/ethereum/evmone/pull/172)]


## [0.1.0] - 2019-06-19
### Added
Expand All @@ -13,7 +22,9 @@ and this project adheres to [Semantic Versioning].
- 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.1]: https://github.com/ethereum/evmone/releases/tag/v0.1.1
[0.1.0]: https://github.com/ethereum/evmone/releases/tag/v0.1.0

[EVMC]: https://github.com/ethereum/evmc
[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)
set(PROJECT_VERSION 0.1.1)

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

0 comments on commit 76d96ef

Please sign in to comment.