mirror of https://github.com/status-im/evmc.git
parent
e238a5752b
commit
1de783316a
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[package]
|
||||
name = "evmc-declare-tests"
|
||||
version = "7.1.0-alpha.0"
|
||||
version = "7.1.0"
|
||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[package]
|
||||
name = "evmc-declare"
|
||||
version = "7.1.0-alpha.0"
|
||||
version = "7.1.0"
|
||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[package]
|
||||
name = "evmc-sys"
|
||||
version = "7.1.0-alpha.0"
|
||||
version = "7.1.0"
|
||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[package]
|
||||
name = "evmc-vm"
|
||||
version = "7.1.0-alpha.0"
|
||||
version = "7.1.0"
|
||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/ethereum/evmc"
|
||||
|
|
Loading…
Reference in New Issue