forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump versions to `v0.22.0` Signed-off-by: Alexandru Vasile <[email protected]> * Add missing crates for releasing chore Signed-off-by: Alexandru Vasile <[email protected]> * Update changelog Signed-off-by: Alexandru Vasile <[email protected]> * Update changelog message & remove non-user facing PRs Signed-off-by: Alexandru Vasile <[email protected]> * Update CHANGELOG.md Co-authored-by: James Wilson <[email protected]> * Update CHANGELOG.md Co-authored-by: James Wilson <[email protected]> Co-authored-by: James Wilson <[email protected]>
- Loading branch information
Showing
11 changed files
with
57 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt-cli" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -16,9 +16,9 @@ path = "src/main.rs" | |
|
||
[dependencies] | ||
# perform subxt codegen | ||
subxt-codegen = { version = "0.21.0", path = "../codegen" } | ||
subxt-codegen = { version = "0.22.0", path = "../codegen" } | ||
# perform node compatibility | ||
subxt-metadata = { version = "0.21.0", path = "../metadata" } | ||
subxt-metadata = { version = "0.22.0", path = "../metadata" } | ||
# parse command line args | ||
structopt = "0.3.25" | ||
# make the request to a substrate node to get the metadata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt-codegen" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -20,7 +20,7 @@ proc-macro-error = "1.0.4" | |
quote = "1.0.8" | ||
syn = "1.0.58" | ||
scale-info = { version = "2.0.0", features = ["bit-vec"] } | ||
subxt-metadata = { version = "0.21.0", path = "../metadata" } | ||
subxt-metadata = { version = "0.22.0", path = "../metadata" } | ||
|
||
[dev-dependencies] | ||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt-examples" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt-macro" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
autotests = false | ||
|
@@ -19,4 +19,4 @@ darling = "0.14.0" | |
proc-macro-error = "1.0.4" | ||
syn = "1.0.58" | ||
|
||
subxt-codegen = { path = "../codegen", version = "0.21.0" } | ||
subxt-codegen = { path = "../codegen", version = "0.22.0" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt-metadata" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
autotests = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "subxt" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -31,8 +31,8 @@ thiserror = "1.0.24" | |
tracing = "0.1.34" | ||
parking_lot = "0.12.0" | ||
|
||
subxt-macro = { version = "0.21.0", path = "../macro" } | ||
subxt-metadata = { version = "0.21.0", path = "../metadata" } | ||
subxt-macro = { version = "0.22.0", path = "../macro" } | ||
subxt-metadata = { version = "0.22.0", path = "../metadata" } | ||
|
||
sp-core = { version = "6.0.0", default-features = false } | ||
sp-runtime = "6.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "integration-tests" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
@@ -26,8 +26,8 @@ sp-core = { version = "6.0.0", default-features = false } | |
sp-keyring = "6.0.0" | ||
sp-runtime = "6.0.0" | ||
syn = "1.0.0" | ||
subxt = { version = "0.21.0", path = "../../subxt" } | ||
subxt-codegen = { version = "0.21.0", path = "../../codegen" } | ||
subxt = { version = "0.22.0", path = "../../subxt" } | ||
subxt-codegen = { version = "0.22.0", path = "../../codegen" } | ||
test-runtime = { path = "../test-runtime" } | ||
tokio = { version = "1.8", features = ["macros", "time"] } | ||
tracing = "0.1.34" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "test-runtime" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters