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
@@ -13,5 +13,5 @@ targets = ["x86_64-unknown-linux-gnu"]
[dev-dependencies]
tokio = { version = "0.2.13", features = ["macros"] }
test-utils = { version = "2.0.0", path = "..", package = "substrate-test-utils" }
sc-service = { version = "0.8.0", path = "../../client/service" }
test-utils = { version = "3.0.0", path = "..", package = "substrate-test-utils" }
sc-service = { version = "0.9.0", path = "../../client/service" }