Releasing 2.0 – two dot 😮 (#7182)

Tagging the release of substrate 2.0


[ci: skip-checks]
This commit is contained in:
Benjamin Kampmann
2020-09-22 19:47:38 +02:00
committed by GitHub
parent cbf1a282b5
commit ecdc94420e
190 changed files with 1977 additions and 1920 deletions
+17 -17
View File
@@ -1,6 +1,6 @@
[package]
name = "sc-cli"
version = "0.8.0-rc6"
version = "0.8.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate CLI interface."
edition = "2018"
@@ -29,24 +29,24 @@ hex = "0.4.2"
rand = "0.7.3"
bip39 = "0.6.0-beta.1"
serde_json = "1.0.41"
sc-keystore = { version = "2.0.0-rc6", path = "../keystore" }
sc-informant = { version = "0.8.0-rc6", path = "../informant" }
sp-panic-handler = { version = "2.0.0-rc6", path = "../../primitives/panic-handler" }
sc-client-api = { version = "2.0.0-rc6", path = "../api" }
sp-blockchain = { version = "2.0.0-rc6", path = "../../primitives/blockchain" }
sc-network = { version = "0.8.0-rc6", path = "../network" }
sp-runtime = { version = "2.0.0-rc6", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0-rc6", path = "../../primitives/utils" }
sp-version = { version = "2.0.0-rc6", path = "../../primitives/version" }
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
sc-service = { version = "0.8.0-rc6", default-features = false, path = "../service" }
sp-state-machine = { version = "0.8.0-rc6", path = "../../primitives/state-machine" }
sc-telemetry = { version = "2.0.0-rc6", path = "../telemetry" }
substrate-prometheus-endpoint = { path = "../../utils/prometheus" , version = "0.8.0-rc6"}
sp-keyring = { version = "2.0.0-rc6", path = "../../primitives/keyring" }
sc-keystore = { version = "2.0.0", path = "../keystore" }
sc-informant = { version = "0.8.0", path = "../informant" }
sp-panic-handler = { version = "2.0.0", path = "../../primitives/panic-handler" }
sc-client-api = { version = "2.0.0", path = "../api" }
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
sc-network = { version = "0.8.0", path = "../network" }
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0", path = "../../primitives/utils" }
sp-version = { version = "2.0.0", path = "../../primitives/version" }
sp-core = { version = "2.0.0", path = "../../primitives/core" }
sc-service = { version = "0.8.0", default-features = false, path = "../service" }
sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine" }
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
substrate-prometheus-endpoint = { path = "../../utils/prometheus" , version = "0.8.0"}
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
names = "0.11.0"
structopt = "0.3.8"
sc-tracing = { version = "2.0.0-rc6", path = "../tracing" }
sc-tracing = { version = "2.0.0", path = "../tracing" }
chrono = "0.4.10"
parity-util-mem = { version = "0.7.0", default-features = false, features = ["primitive-types"] }
serde = "1.0.111"