This commit is contained in:
Artem Vorotnikov 2020-06-01 18:41:09 +03:00
parent c4892cefbe
commit 8ca8089e9b
No known key found for this signature in database
GPG Key ID: E0148C3F2FBB7A20
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## OpenEthereum [v3.0.1](https://github.com/openethereum/openethereum/releases/tag/v3.0.1)
- Add missing forks to fork ID (#11747)
## OpenEthereum [v3.0.0](https://github.com/openethereum/openethereum/releases/tag/v3.0.0)
OpenEthereum v3.0.0 is the first release of OpenEthereum client as part of OpenEthereum project, divested from Parity Technologies.

View File

@ -2,7 +2,7 @@
description = "OpenEthereum"
name = "openethereum"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "3.0.0"
version = "3.0.1"
license = "GPL-3.0"
authors = [
"OpenEthereum developers",

View File

@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
version = "3.0.0"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"