mirror of https://github.com/status-im/evmc.git
parent
783f5fa8e5
commit
2c6ca3dfbc
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.0.1
|
||||
current_version = 6.0.2
|
||||
tag = True
|
||||
commit = True
|
||||
message = EVMC {new_version}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [6.0.2-dev] - unreleased
|
||||
## [6.0.2] - 2019-01-16
|
||||
|
||||
- Fixed: [[#179](https://github.com/ethereum/evmc/pull/179)]
|
||||
Add missing salt argument for CREATE2 in Host in Go bindings.
|
||||
|
@ -90,7 +90,7 @@
|
|||
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
||||
|
||||
|
||||
[6.0.2-dev]: https://github.com/ethereum/evmc/compare/v6.0.1...release/6.0
|
||||
[6.0.2]: https://github.com/ethereum/evmc/releases/tag/v6.0.2
|
||||
[6.0.1]: https://github.com/ethereum/evmc/releases/tag/v6.0.1
|
||||
[6.0.0]: https://github.com/ethereum/evmc/releases/tag/v6.0.0
|
||||
[5.2.0]: https://github.com/ethereum/evmc/releases/tag/v5.2.0
|
||||
|
|
|
@ -26,7 +26,7 @@ if(EVMC_TESTING)
|
|||
endif()
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.0.1)
|
||||
set(PROJECT_VERSION 6.0.2)
|
||||
|
||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
|
|
Loading…
Reference in New Issue