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
+2 -2
View File
@@ -16,5 +16,5 @@ hyper = "~0.12.35"
jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] }
log = "0.4.8"
node-primitives = { version = "2.0.0", path = "../primitives" }
sp-tracing = { version = "2.0.0", path = "../../../primitives/tracing" }
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
sp-tracing = { version = "3.0.0", path = "../../../primitives/tracing" }
sc-rpc = { version = "3.0.0", path = "../../../client/rpc" }