mirror of https://github.com/status-im/evmc.git
parent
2c2bd4b9de
commit
de58981492
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 6.0.0
|
current_version = 6.0.1
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
commit = True
|
||||||
message = EVMC {new_version}
|
message = EVMC {new_version}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [6.0.1] - unreleased
|
## [6.0.1] - 2018-11-10
|
||||||
|
|
||||||
- Fixed: [[#169](https://github.com/ethereum/evmc/pull/169)]
|
- Fixed: [[#169](https://github.com/ethereum/evmc/pull/169)]
|
||||||
Integration of EVMC as a CMake subproject is easier because
|
Integration of EVMC as a CMake subproject is easier because
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
||||||
|
|
||||||
|
|
||||||
[6.0.1]: https://github.com/ethereum/evmc/compare/v6.0.0...release/6.0
|
[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
|
[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
|
[5.2.0]: https://github.com/ethereum/evmc/releases/tag/v5.2.0
|
||||||
[5.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
|
[5.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
|
||||||
|
|
|
@ -26,7 +26,7 @@ if(EVMC_TESTING)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(evmc)
|
project(evmc)
|
||||||
set(PROJECT_VERSION 6.0.0)
|
set(PROJECT_VERSION 6.0.1)
|
||||||
|
|
||||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue