File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.12 .0
2
+ current_version = 0.13 .0
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,7 +5,7 @@ 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.13.0] — unreleased
8
+ ## [ 0.13.0] — 2024-09-23
9
9
10
10
This release adds BLS precompiles and a system contract for [ Prague]
11
11
and improves the interpreter API.
@@ -841,7 +841,7 @@ It delivers fully-compatible and high-speed EVM implementation.
841
841
- Exposes [ EVMC] 6 ABI.
842
842
- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
843
843
844
- [ 0.13.0 ] : https://github.com/ethereum/evmone/compare/ v0.12.0..master
844
+ [ 0.13.0 ] : https://github.com/ethereum/evmone/releases/tag/ v0.13.0
845
845
[ 0.12.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.12.0
846
846
[ 0.11.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.11.0
847
847
[ 0.10.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.10.0
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.12 .0)
28
+ set (PROJECT_VERSION 0.13 .0)
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