Skip to content

Commit bbd269c

Browse files
committed
evmone 0.19.0
Bump version: 0.18.0 -> 0.19.0
1 parent 95846a0 commit bbd269c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.0
2+
current_version = 0.19.0
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
2626
include(Hunter/init)
2727

2828
project(evmone LANGUAGES CXX C)
29-
set(PROJECT_VERSION 0.18.0)
29+
set(PROJECT_VERSION 0.19.0)
3030

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

0 commit comments

Comments
 (0)