Skip to content

Commit 76d96ef

Browse files
committed
evmone 0.1.1
Bump version: 0.1.0 -> 0.1.1
1 parent 8758f28 commit 76d96ef

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

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

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Documentation of all notable changes to the **evmone** project.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

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

918
## [0.1.0] - 2019-06-19
1019
### Added
@@ -13,7 +22,9 @@ and this project adheres to [Semantic Versioning].
1322
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.
1423

1524

25+
[0.1.1]: https://github.com/ethereum/evmone/releases/tag/v0.1.1
1626
[0.1.0]: https://github.com/ethereum/evmone/releases/tag/v0.1.0
1727

28+
[EVMC]: https://github.com/ethereum/evmc
1829
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
1930
[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)
28+
set(PROJECT_VERSION 0.1.1)
2929

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

0 commit comments

Comments
 (0)