Commit 76d96ef 1 parent 8758f28 commit 76d96ef Copy full SHA for 76d96ef
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
tag = True
4
4
sign_tags = True
5
5
tag_message = evmone {new_version}
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Documentation of all notable changes to the **evmone** project.
5
5
The format is based on [ Keep a Changelog] ,
6
6
and this project adheres to [ Semantic Versioning] .
7
7
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
+
8
17
9
18
## [ 0.1.0] - 2019-06-19
10
19
### Added
@@ -13,7 +22,9 @@ and this project adheres to [Semantic Versioning].
13
22
- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
14
23
15
24
25
+ [ 0.1.1 ] : https://github.com/ethereum/evmone/releases/tag/v0.1.1
16
26
[ 0.1.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.1.0
17
27
28
+ [ EVMC ] : https://github.com/ethereum/evmc
18
29
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
19
30
[ Semantic Versioning ] : https://semver.org
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
25
25
include (Hunter/init)
26
26
27
27
project (evmone LANGUAGES CXX)
28
- set (PROJECT_VERSION 0.1.0 )
28
+ set (PROJECT_VERSION 0.1.1 )
29
29
30
30
hunter_add_package(ethash)
31
31
find_package (ethash CONFIG REQUIRED)
You can’t perform that action at this time.
0 commit comments