File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.9.0
2
+ current_version = 0.9.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,13 +5,14 @@ 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.9.1] — unreleased
8
+ ## [ 0.9.1] — 2022-09-07
9
9
10
10
### Fixed
11
11
12
12
- Resetting gas refund counter when execution state is reused.
13
13
[ #504 ] ( https://github.com/ethereum/evmone/pull/504 )
14
14
15
+
15
16
## [ 0.9.0] — 2022-08-30
16
17
17
18
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.
353
354
- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
354
355
355
356
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
357
358
[ 0.9.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.9.0
358
359
[ 0.8.2 ] : https://github.com/ethereum/evmone/releases/tag/v0.8.2
359
360
[ 0.8.1 ] : https://github.com/ethereum/evmone/releases/tag/v0.8.1
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 C )
28
- set (PROJECT_VERSION 0.9.0 )
28
+ set (PROJECT_VERSION 0.9.1 )
29
29
30
30
string (REGEX MATCH "([0-9]+)\\ .([0-9]+)" _ ${PROJECT_VERSION} )
31
31
set (PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1} )
You can’t perform that action at this time.
0 commit comments