File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.18 .0
2+ current_version = 0.19 .0
33tag = True
44sign_tags = True
55tag_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.
55The format is based on [ Keep a Changelog] ,
66and this project adheres to [ Semantic Versioning] .
77
8- ## [ 0.19.0] — unreleased
8+ ## [ 0.19.0] — 2026-03-04
99
1010### Added
1111
@@ -1193,7 +1193,7 @@ It delivers fully-compatible and high-speed EVM implementation.
11931193- Exposes [ EVMC] 6 ABI.
11941194- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
11951195
1196- [ 0.19.0 ] : https://github.com/ethereum/evmone/compare/ v0.18.0...master
1196+ [ 0.19.0 ] : https://github.com/ethereum/evmone/releases/tag/ v0.19.0
11971197[ 0.18.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.18.0
11981198[ 0.17.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.17.0
11991199[ 0.16.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.16.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
2626include (Hunter/init )
2727
2828project (evmone LANGUAGES CXX C )
29- set (PROJECT_VERSION 0.18 .0)
29+ set (PROJECT_VERSION 0.19 .0)
3030
3131string (REGEX MATCH "([0-9]+)\\ .([0-9]+)" _ ${PROJECT_VERSION} )
3232set (PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1} )
You can’t perform that action at this time.
0 commit comments