Skip to content

Commit aa921c1

Browse files
committed
evmone 0.9.1
Bump version: 0.9.0 -> 0.9.1
1 parent 447864e commit aa921c1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ 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.9.1]unreleased
8+
## [0.9.1]2022-09-07
99

1010
### Fixed
1111

1212
- Resetting gas refund counter when execution state is reused.
1313
[#504](https://github.com/ethereum/evmone/pull/504)
1414

15+
1516
## [0.9.0] — 2022-08-30
1617

1718
In this release we have been focused on improving performance of the Baseline interpreter.
@@ -353,7 +354,7 @@ It delivers fully-compatible and high-speed EVM implementation.
353354
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.
354355

355356

356-
[0.9.1]: https://github.com/ethereum/evmone/compare/v0.9.0..release/0.9
357+
[0.9.1]: https://github.com/ethereum/evmone/releases/tag/v0.9.1
357358
[0.9.0]: https://github.com/ethereum/evmone/releases/tag/v0.9.0
358359
[0.8.2]: https://github.com/ethereum/evmone/releases/tag/v0.8.2
359360
[0.8.1]: https://github.com/ethereum/evmone/releases/tag/v0.8.1

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 C)
28-
set(PROJECT_VERSION 0.9.0)
28+
set(PROJECT_VERSION 0.9.1)
2929

3030
string(REGEX MATCH "([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
3131
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})

0 commit comments

Comments
 (0)