Releasing 3.0 (#8098)

* bumping version for next release
* add changelog
* add guide
This commit is contained in:
Benjamin Kampmann
2021-02-10 19:23:18 +01:00
committed by GitHub
parent 772224c132
commit 6a964c5df0
200 changed files with 3140 additions and 1879 deletions
@@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
ansi_term = "0.12.1"
sc-keystore = { version = "2.0.0", path = "../../../client/keystore" }
sc-chain-spec = { version = "2.0.0", path = "../../../client/chain-spec" }
sc-keystore = { version = "3.0.0", path = "../../../client/keystore" }
sc-chain-spec = { version = "3.0.0", path = "../../../client/chain-spec" }
node-cli = { version = "2.0.0", path = "../../node/cli" }
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.8.0", path = "../../../primitives/keystore" }
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.9.0", path = "../../../primitives/keystore" }
rand = "0.7.2"
structopt = "0.3.8"