mirror of https://github.com/status-im/evmc.git
parent
354ba6f540
commit
fe3d59aa5c
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.0.0
|
||||
current_version = 6.1.0-dev
|
||||
tag = True
|
||||
commit = True
|
||||
message = EVMC {new_version}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
## [6.1.0-dev] - unreleased
|
||||
|
||||
## [6.0.0] - 2018-10-24
|
||||
|
||||
- Added: [[#116](https://github.com/ethereum/evmc/pull/116)]
|
||||
|
@ -78,7 +80,7 @@
|
|||
- Feature: [[#52](https://github.com/ethereum/evmc/pull/52)]
|
||||
Constantinople: Storage status is reported back from `evmc_set_storage()`.
|
||||
|
||||
|
||||
[6.1.0-dev]: https://github.com/ethereum/evmc/compare/v6.0.0...HEAD
|
||||
[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.1.0]: https://github.com/ethereum/evmc/releases/tag/v5.1.0
|
||||
|
|
|
@ -24,7 +24,7 @@ include(defaults/HunterCacheServers)
|
|||
include(HunterConfig)
|
||||
|
||||
project(evmc)
|
||||
set(PROJECT_VERSION 6.0.0)
|
||||
set(PROJECT_VERSION 6.1.0-dev)
|
||||
|
||||
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
|
|
Loading…
Reference in New Issue