Skip to content

Commit

Permalink
EVMC 6.2.0
Browse files Browse the repository at this point in the history
Bump version: 6.2.0-dev → 6.2.0
  • Loading branch information
chfast committed Apr 25, 2019
1 parent 15048ca commit 6987a50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = 6.2.0-dev
current_version = 6.2.0
tag = True
commit = True
message = EVMC {new_version}
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [6.2.0] - Unreleased
## [6.2.0] - 2019-04-25

- Added: [[#216](https://github.com/ethereum/evmc/pull/216)]
CMake option `EVMC_TEST_TOOLS` to build evmc-vmtester without bothering with internal unit tests.
Expand Down Expand Up @@ -143,7 +143,7 @@
Constantinople: Storage status is reported back from `evmc_set_storage()`.


[6.2.0]: https://github.com/ethereum/evmc/compare/v6.1.1...master
[6.2.0]: https://github.com/ethereum/evmc/releases/tag/v6.2.0
[6.1.1]: https://github.com/ethereum/evmc/releases/tag/v6.1.1
[6.1.0]: https://github.com/ethereum/evmc/releases/tag/v6.1.0
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endif()
cable_configure_toolchain(DEFAULT cxx11-pic)

project(evmc)
set(PROJECT_VERSION 6.2.0-dev)
set(PROJECT_VERSION 6.2.0)

cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)

Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "evmc-sys"
version = "6.2.0-dev"
version = "6.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/evmc-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "evmc-vm"
version = "6.2.0-dev"
version = "6.2.0"
authors = ["Alex Beregszaszi <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/ethereum/evmc"
Expand Down

0 comments on commit 6987a50

Please sign in to comment.