mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
EVMC 6.3.0
Bump version: 6.3.0-alpha.1 → 6.3.0
This commit is contained in:
parent
fec4e4c6a4
commit
f48ae8ba3b
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 6.3.0-alpha.1
|
current_version = 6.3.0
|
||||||
tag = True
|
tag = True
|
||||||
sign_tags = True
|
sign_tags = True
|
||||||
tag_message = EVMC {new_version}
|
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],
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning].
|
and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
## [6.3.0] - unreleased
|
## [6.3.0] - 2019-08-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -319,7 +319,7 @@ and this project adheres to [Semantic Versioning].
|
|||||||
[[#52](https://github.com/ethereum/evmc/pull/52)]
|
[[#52](https://github.com/ethereum/evmc/pull/52)]
|
||||||
|
|
||||||
|
|
||||||
[6.3.0]: https://github.com/ethereum/evmc/compare/v6.2.1...master
|
[6.3.0]: https://github.com/ethereum/evmc/releases/tag/v6.3.0
|
||||||
[6.2.2]: https://github.com/ethereum/evmc/releases/tag/v6.2.2
|
[6.2.2]: https://github.com/ethereum/evmc/releases/tag/v6.2.2
|
||||||
[6.2.1]: https://github.com/ethereum/evmc/releases/tag/v6.2.1
|
[6.2.1]: https://github.com/ethereum/evmc/releases/tag/v6.2.1
|
||||||
[6.2.0]: https://github.com/ethereum/evmc/releases/tag/v6.2.0
|
[6.2.0]: https://github.com/ethereum/evmc/releases/tag/v6.2.0
|
||||||
|
@ -37,7 +37,7 @@ cable_configure_toolchain(DEFAULT cxx11-pic)
|
|||||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||||
|
|
||||||
project(evmc)
|
project(evmc)
|
||||||
set(PROJECT_VERSION 6.3.0-alpha.1)
|
set(PROJECT_VERSION 6.3.0)
|
||||||
|
|
||||||
cable_configure_compiler(NO_STACK_PROTECTION)
|
cable_configure_compiler(NO_STACK_PROTECTION)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-declare-tests"
|
name = "evmc-declare-tests"
|
||||||
version = "6.3.0-alpha.1"
|
version = "6.3.0"
|
||||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-declare"
|
name = "evmc-declare"
|
||||||
version = "6.3.0-alpha.1"
|
version = "6.3.0"
|
||||||
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
authors = ["Jake Lang <jak3lang@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-sys"
|
name = "evmc-sys"
|
||||||
version = "6.3.0-alpha.1"
|
version = "6.3.0"
|
||||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "evmc-vm"
|
name = "evmc-vm"
|
||||||
version = "6.3.0-alpha.1"
|
version = "6.3.0"
|
||||||
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
authors = ["Alex Beregszaszi <alex@rtfs.hu>", "Jake Lang <jak3lang@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/ethereum/evmc"
|
repository = "https://github.com/ethereum/evmc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user