Release prep for 0.20.0 (#502)

* v0.20.0 release prep

* wee text tweak

* remove dry-run step that doesn't actually work

* Fix typo

Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>

* No more "in"

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>

* Fix "customized" typo

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>

Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
This commit is contained in:
James Wilson
2022-04-06 16:42:10 +01:00
committed by GitHub
parent 10627fb715
commit dffeee431e
8 changed files with 56 additions and 19 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt"
version = "0.19.0"
version = "0.20.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -26,7 +26,7 @@ serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
thiserror = "1.0.24"
subxt-macro = { version = "0.19.0", path = "../macro" }
subxt-macro = { version = "0.20.0", path = "../macro" }
sp-core = { version = "6.0.0", default-features = false }
sp-runtime = "6.0.0"