Skip to content

Commit 7961b60

Browse files
committed
evmone 0.13.0
Bump version: 0.12.0 -> 0.13.0
1 parent 593cc95 commit 7961b60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.13.0
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.13.0]unreleased
8+
## [0.13.0]2024-09-23
99

1010
This release adds BLS precompiles and a system contract for [Prague]
1111
and improves the interpreter API.
@@ -841,7 +841,7 @@ It delivers fully-compatible and high-speed EVM implementation.
841841
- Exposes [EVMC] 6 ABI.
842842
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.
843843

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
845845
[0.12.0]: https://github.com/ethereum/evmone/releases/tag/v0.12.0
846846
[0.11.0]: https://github.com/ethereum/evmone/releases/tag/v0.11.0
847847
[0.10.0]: https://github.com/ethereum/evmone/releases/tag/v0.10.0

CMakeLists.txt

+1-1
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.12.0)
28+
set(PROJECT_VERSION 0.13.0)
2929

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

0 commit comments

Comments
 (0)