Skip to content

Commit

Permalink
evmone 0.13.0
Browse files Browse the repository at this point in the history
Bump version: 0.12.0 -> 0.13.0
  • Loading branch information
chfast committed Sep 23, 2024
1 parent 593cc95 commit 7961b60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.0
current_version = 0.13.0
tag = True
sign_tags = True
tag_message = evmone {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation of all notable changes to the **evmone** project.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.13.0]unreleased
## [0.13.0]2024-09-23

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

[0.13.0]: https://github.com/ethereum/evmone/compare/v0.12.0..master
[0.13.0]: https://github.com/ethereum/evmone/releases/tag/v0.13.0
[0.12.0]: https://github.com/ethereum/evmone/releases/tag/v0.12.0
[0.11.0]: https://github.com/ethereum/evmone/releases/tag/v0.11.0
[0.10.0]: https://github.com/ethereum/evmone/releases/tag/v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
include(Hunter/init)

project(evmone LANGUAGES CXX C)
set(PROJECT_VERSION 0.12.0)
set(PROJECT_VERSION 0.13.0)

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

0 comments on commit 7961b60

Please sign in to comment.