mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 22:45:40 +00:00
bump version 0.27.1 (#827)
This commit is contained in:
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.27.1] - 2022-02-15
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- Add `find_last` for block types ([#825](https://github.com/paritytech/subxt/pull/825))
|
||||||
|
|
||||||
## [0.27.0] - 2022-02-13
|
## [0.27.0] - 2022-02-13
|
||||||
|
|
||||||
This is a fairly small release, primarily to bump substrate dependencies to their latest versions.
|
This is a fairly small release, primarily to bump substrate dependencies to their latest versions.
|
||||||
|
|||||||
Generated
+9
-9
@@ -1559,7 +1559,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "integration-tests"
|
name = "integration-tests"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"frame-metadata",
|
"frame-metadata",
|
||||||
@@ -3387,7 +3387,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt"
|
name = "subxt"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base58",
|
"base58",
|
||||||
"bitvec",
|
"bitvec",
|
||||||
@@ -3422,7 +3422,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt-cli"
|
name = "subxt-cli"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.1.4",
|
"clap 4.1.4",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
@@ -3440,7 +3440,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt-codegen"
|
name = "subxt-codegen"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"darling",
|
"darling",
|
||||||
@@ -3461,7 +3461,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt-examples"
|
name = "subxt-examples"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"hex",
|
"hex",
|
||||||
@@ -3476,7 +3476,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt-macro"
|
name = "subxt-macro"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"darling",
|
"darling",
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
@@ -3486,7 +3486,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subxt-metadata"
|
name = "subxt-metadata"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitvec",
|
"bitvec",
|
||||||
"criterion",
|
"criterion",
|
||||||
@@ -3542,7 +3542,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "test-runtime"
|
name = "test-runtime"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jsonrpsee",
|
"jsonrpsee",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
@@ -3873,7 +3873,7 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ui-tests"
|
name = "ui-tests"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frame-metadata",
|
"frame-metadata",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-cli"
|
name = "subxt-cli"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
@@ -17,9 +17,9 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# perform subxt codegen
|
# perform subxt codegen
|
||||||
subxt-codegen = { version = "0.27.0", path = "../codegen" }
|
subxt-codegen = { version = "0.27.1", path = "../codegen" }
|
||||||
# perform node compatibility
|
# perform node compatibility
|
||||||
subxt-metadata = { version = "0.27.0", path = "../metadata" }
|
subxt-metadata = { version = "0.27.1", path = "../metadata" }
|
||||||
# parse command line args
|
# parse command line args
|
||||||
clap = { version = "4.1.4", features = ["derive", "cargo"] }
|
clap = { version = "4.1.4", features = ["derive", "cargo"] }
|
||||||
# colourful error reports
|
# colourful error reports
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-codegen"
|
name = "subxt-codegen"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
@@ -21,7 +21,7 @@ proc-macro-error = "1.0.4"
|
|||||||
quote = "1.0.8"
|
quote = "1.0.8"
|
||||||
syn = "1.0.58"
|
syn = "1.0.58"
|
||||||
scale-info = "2.0.0"
|
scale-info = "2.0.0"
|
||||||
subxt-metadata = { version = "0.27.0", path = "../metadata" }
|
subxt-metadata = { version = "0.27.1", path = "../metadata" }
|
||||||
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
|
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-examples"
|
name = "subxt-examples"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-macro"
|
name = "subxt-macro"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
@@ -20,4 +20,4 @@ darling = "0.14.3"
|
|||||||
proc-macro-error = "1.0.4"
|
proc-macro-error = "1.0.4"
|
||||||
syn = "1.0.58"
|
syn = "1.0.58"
|
||||||
|
|
||||||
subxt-codegen = { path = "../codegen", version = "0.27.0" }
|
subxt-codegen = { path = "../codegen", version = "0.27.1" }
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt-metadata"
|
name = "subxt-metadata"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "subxt"
|
name = "subxt"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
@@ -50,8 +50,8 @@ parking_lot = "0.12.0"
|
|||||||
frame-metadata = "15.0.0"
|
frame-metadata = "15.0.0"
|
||||||
derivative = "2.2.0"
|
derivative = "2.2.0"
|
||||||
|
|
||||||
subxt-macro = { version = "0.27.0", path = "../macro" }
|
subxt-macro = { version = "0.27.1", path = "../macro" }
|
||||||
subxt-metadata = { version = "0.27.0", path = "../metadata" }
|
subxt-metadata = { version = "0.27.1", path = "../metadata" }
|
||||||
|
|
||||||
# Provides some deserialization, types like U256/H256 and hashing impls like twox/blake256:
|
# Provides some deserialization, types like U256/H256 and hashing impls like twox/blake256:
|
||||||
impl-serde = { version = "0.4.0" }
|
impl-serde = { version = "0.4.0" }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "integration-tests"
|
name = "integration-tests"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
@@ -27,8 +27,8 @@ sp-core = { version = "16.0.0", default-features = false }
|
|||||||
sp-keyring = "18.0.0"
|
sp-keyring = "18.0.0"
|
||||||
sp-runtime = "18.0.0"
|
sp-runtime = "18.0.0"
|
||||||
syn = "1.0.0"
|
syn = "1.0.0"
|
||||||
subxt = { version = "0.27.0", path = "../../subxt" }
|
subxt = { version = "0.27.1", path = "../../subxt" }
|
||||||
subxt-codegen = { version = "0.27.0", path = "../../codegen" }
|
subxt-codegen = { version = "0.27.1", path = "../../codegen" }
|
||||||
test-runtime = { path = "../test-runtime" }
|
test-runtime = { path = "../test-runtime" }
|
||||||
tokio = { version = "1.25", features = ["macros", "time"] }
|
tokio = { version = "1.25", features = ["macros", "time"] }
|
||||||
tracing = "0.1.34"
|
tracing = "0.1.34"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "test-runtime"
|
name = "test-runtime"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ui-tests"
|
name = "ui-tests"
|
||||||
version = "0.27.0"
|
version = "0.27.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user