File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8-
98## [ 0.2.0] - unreleased
109### Added
1110- ** evm-test** - the testing tool for EVMC-compatible Ethereum Virtual Machine implementations
1211 [ #85 ] ( https://github.com/ethereum/evmone/pull/85 ) .
1312
1413
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+
1524## [ 0.1.0] - 2019-06-19
1625### Added
1726- First release of the evmone project.
@@ -20,7 +29,9 @@ and this project adheres to [Semantic Versioning].
2029
2130
2231[ 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
2333[ 0.1.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.1.0
2434
35+ [ EVMC ] : https://github.com/ethereum/evmc
2536[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.0/
2637[ Semantic Versioning ] : https://semver.org
You can’t perform that action at this time.
0 commit comments