Skip to content

Commit

Permalink
evmone 0.8.2
Browse files Browse the repository at this point in the history
Bump version: 0.8.1 -> 0.8.2
  • Loading branch information
chfast committed Aug 26, 2021
1 parent 6c8a126 commit d2de6b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.8.1
current_version = 0.8.2
tag = True
sign_tags = True
tag_message = evmone {new_version}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].


## [0.8.2] — 2021-08-26

### Fixed

- Fixed building of `evmone-standalone` static library when the `llvm-ar` tool is being used.
[#373](https://github.com/ethereum/evmone/pull/373)
[#374](https://github.com/ethereum/evmone/pull/374)


## [0.8.1] — 2021-08-03

### Fixed
Expand Down Expand Up @@ -273,6 +282,7 @@ It delivers fully-compatible and high-speed EVM implementation.
- The [intx 0.2.0](https://github.com/chfast/intx/releases/tag/v0.2.0) library is used for 256-bit precision arithmetic.


[0.8.2]: https://github.com/ethereum/evmone/releases/tag/v0.8.2
[0.8.1]: https://github.com/ethereum/evmone/releases/tag/v0.8.1
[0.8.0]: https://github.com/ethereum/evmone/releases/tag/v0.8.0
[0.7.0]: https://github.com/ethereum/evmone/releases/tag/v0.7.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.8.1)
set(PROJECT_VERSION 0.8.2)

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

0 comments on commit d2de6b1

Please sign in to comment.