File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.11.0-dev
2+ current_version = 0.11.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.11.0] — unreleased
8+ ## [ 0.11.0] — 2023-12-21
99
1010This release is focused on [ Cancun] and EOF.
1111
@@ -613,7 +613,7 @@ It delivers fully-compatible and high-speed EVM implementation.
613613- Exposes [ EVMC] 6 ABI.
614614- The [ intx 0.2.0] ( https://github.com/chfast/intx/releases/tag/v0.2.0 ) library is used for 256-bit precision arithmetic.
615615
616- [ 0.11.0 ] : https://github.com/ethereum/evmone/compare/ v0.10.0..master
616+ [ 0.11.0 ] : https://github.com/ethereum/evmone/releases/tag/ v0.11.0
617617[ 0.10.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.10.0
618618[ 0.9.1 ] : https://github.com/ethereum/evmone/releases/tag/v0.9.1
619619[ 0.9.0 ] : https://github.com/ethereum/evmone/releases/tag/v0.9.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)
2525include (Hunter/init )
2626
2727project (evmone LANGUAGES CXX C )
28- set (PROJECT_VERSION 0.11.0-dev )
28+ set (PROJECT_VERSION 0.11.0)
2929
3030string (REGEX MATCH "([0-9]+)\\ .([0-9]+)" _ ${PROJECT_VERSION} )
3131set (PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1} )
You can’t perform that action at this time.
0 commit comments