Skip to content

Commit c26ae95

Browse files
committed
Merge branch 'release/0.1'
# Conflicts: # .bumpversion.cfg # CHANGELOG.md # CMakeLists.txt # lib/evmone/instructions.cpp # test/bench/bench.cpp # test/utils/host_mock.hpp
2 parents daa9f3e + 76d96ef commit c26ae95

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,22 @@ 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-
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

0 commit comments

Comments
 (0)