diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bcec9e440..dc45ef983 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.1.0-alpha.0 +current_version = 7.1.0 tag = True sign_tags = True tag_message = EVMC {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa6259df..41544f682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Documentation of all notable changes to the **EVMC** project. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [7.1.0] — unreleased +## [7.1.0] — 2019-11-29 ### Added @@ -426,7 +426,7 @@ removed. [#52](https://github.com/ethereum/evmc/pull/52) -[7.1.0]: https://github.com/ethereum/evmc/compare/v7.0.0...master +[7.1.0]: https://github.com/ethereum/evmc/releases/tag/v7.1.0 [7.0.0]: https://github.com/ethereum/evmc/releases/tag/v7.0.0 [6.3.1]: https://github.com/ethereum/evmc/releases/tag/v6.3.1 [6.3.0]: https://github.com/ethereum/evmc/releases/tag/v6.3.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index e02bf80a3..ca3307668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ cable_configure_toolchain(DEFAULT cxx11-pic) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release) project(evmc) -set(PROJECT_VERSION 7.1.0-alpha.0) +set(PROJECT_VERSION 7.1.0) cable_configure_compiler(NO_STACK_PROTECTION) diff --git a/bindings/rust/evmc-declare-tests/Cargo.toml b/bindings/rust/evmc-declare-tests/Cargo.toml index a19211e18..723a56856 100644 --- a/bindings/rust/evmc-declare-tests/Cargo.toml +++ b/bindings/rust/evmc-declare-tests/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-declare-tests" -version = "7.1.0-alpha.0" +version = "7.1.0" authors = ["Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-declare/Cargo.toml b/bindings/rust/evmc-declare/Cargo.toml index f814386e6..9adb86f1f 100644 --- a/bindings/rust/evmc-declare/Cargo.toml +++ b/bindings/rust/evmc-declare/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-declare" -version = "7.1.0-alpha.0" +version = "7.1.0" authors = ["Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-sys/Cargo.toml b/bindings/rust/evmc-sys/Cargo.toml index 996ce8496..d49da1234 100644 --- a/bindings/rust/evmc-sys/Cargo.toml +++ b/bindings/rust/evmc-sys/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-sys" -version = "7.1.0-alpha.0" +version = "7.1.0" authors = ["Alex Beregszaszi "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc" diff --git a/bindings/rust/evmc-vm/Cargo.toml b/bindings/rust/evmc-vm/Cargo.toml index 1e994e7dc..601483cf2 100644 --- a/bindings/rust/evmc-vm/Cargo.toml +++ b/bindings/rust/evmc-vm/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "evmc-vm" -version = "7.1.0-alpha.0" +version = "7.1.0" authors = ["Alex Beregszaszi ", "Jake Lang "] license = "Apache-2.0" repository = "https://github.com/ethereum/evmc"