diff --git a/Cargo.lock b/Cargo.lock index f5e20a9f493f..8428f470f776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2547,7 +2547,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-benchmarking", @@ -4658,7 +4658,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.24" +version = "0.8.25" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4724,7 +4724,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.24" +version = "0.8.25" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4784,7 +4784,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.24" +version = "0.8.25" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -5114,7 +5114,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.24" +version = "0.8.25" dependencies = [ "derive_more 0.99.11", "futures 0.3.5", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-system", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.24" +version = "0.8.25" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -5206,7 +5206,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-benchmarking", @@ -5280,7 +5280,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-benchmarking", @@ -5369,7 +5369,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.24" +version = "0.8.25" dependencies = [ "env_logger", "frame-benchmarking", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.24" +version = "0.8.25" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5523,7 +5523,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-executive", @@ -5652,7 +5652,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.24" +version = "0.8.25" dependencies = [ "derive_more 0.14.1", "futures 0.3.5", @@ -6317,7 +6317,7 @@ dependencies = [ [[package]] name = "rococo-v1-runtime" -version = "0.8.24" +version = "0.8.25" dependencies = [ "frame-executive", "frame-support", @@ -8764,7 +8764,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.24" +version = "0.8.25" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -8777,7 +8777,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.24" +version = "0.8.25" dependencies = [ "substrate-wasm-builder-runner", ] @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.24" +version = "0.8.25" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 1d360984510f..8003c6f6e8a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/RELEASE.md b/RELEASE.md index b5c5e443b44d..0d9364a82861 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,6 +26,7 @@ completion, tag the commit and proceed with the [All Releases](#all-releases) st hours. - [ ] Check that a draft release has been created at https://github.com/paritytech/polkadot/releases with relevant [release notes](#release-notes) - [ ] Check that [build artifacts](#build-artifacts) have been added to the draft-release +- [ ] Check that you have updated the Cargo.toml version. ## Notes diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 05574d0bc1a6..d2fd327ef98e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index bb880232e63d..dc7bdf05dfb6 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index c365d14d4d97..855cdcc6a21d 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index c0095a1bd4bb..1afd20a7f743 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 07fee6081cae..ca7757dbc93c 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 1308700e1989..bd3ad5b77823 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index dd2b2526a16d..8c8cf114bf89 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 213610bd5406..7d4de9249ff8 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 373a95c7246b..a855fcb1c1a7 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 5e78cbf094ee..d208034bfeee 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/rococo-v1/Cargo.toml b/runtime/rococo-v1/Cargo.toml index 31256c260a16..419a856586fe 100644 --- a/runtime/rococo-v1/Cargo.toml +++ b/runtime/rococo-v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-v1-runtime" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 37c5d843d372..9d9ce348c97a 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 3a41e19e73e3..bd850ea5bedf 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index 3af2e7d2daff..ee28bd93616f 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index 24c5b8db84ea..200b9ae8098c 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 8199980b0c63..60fe47a873ce 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.24" +version = "0.8.25" authors = ["Parity Technologies "] edition = "2018"