File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,22 @@ 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
-
9
8
## [ 0.2.0] - unreleased
10
9
### Added
11
10
- ** evm-test** - the testing tool for EVMC-compatible Ethereum Virtual Machine implementations
12
11
[ #85 ] ( https://github.com/ethereum/evmone/pull/85 ) .
13
12
14
13
14
+ ## [ 0.1.1] - 2019-09-11
15
+ ### Changed
16
+ - [ EVMC] upgraded to version 6.3.1 (still ABI-compatible with evmone 0.1.0).
17
+ [[ #171 ] ( https://github.com/ethereum/evmone/pull/171 )]
18
+ - Changes to the ** evmone-bench** tool backported from 0.2.
19
+ This allows better performance comparison between 0.1 and 0.2 as both versions
20
+ can run the same set of benchmarks.
21
+ [[ #172 ] ( https://github.com/ethereum/evmone/pull/172 )]
22
+
23
+
15
24
## [ 0.1.0] - 2019-06-19
16
25
### Added
17
26
- First release of the evmone project.
@@ -20,7 +29,9 @@ and this project adheres to [Semantic Versioning].
20
29
21
30
22
31
[ 0.2.0 ] : https://github.com/ethereum/evmone/compare/v0.1.0..master
32
+ [ 0.1.1 ] : https://github.com/ethereum/evmone/releases/tag/v0.1.1
23
33
[ 0.1.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.1.0
24
34
35
+ [ EVMC ] : https://github.com/ethereum/evmc
25
36
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
26
37
[ Semantic Versioning ] : https://semver.org
You can’t perform that action at this time.
0 commit comments