Skip to content

Commit 23005b8

Browse files
github-actions[bot]ParityReleasesEgorPopelyaev
authored
[stable2509] Post crates release activities for stable2509-5 (#11060)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps (if selected) - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization (if prdocs exist) --------- Co-authored-by: ParityReleases <release-team@parity.io> Co-authored-by: EgorPopelyaev <egor@parity.io>
1 parent 602eca9 commit 23005b8

File tree

10 files changed

+27
-23
lines changed

10 files changed

+27
-23
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generated by parity-publish v0.10.6
1+
# generated by parity-publish v0.10.9
22
# command: parity-publish plan --prdoc prdoc
33

44
[options]
@@ -416,9 +416,9 @@ reason = "changed"
416416
[[crate]]
417417
# substrate/primitives/trie
418418
name = "sp-trie"
419-
from = "41.0.0"
420-
to = "41.1.0"
421-
bump = "minor"
419+
from = "41.1.0"
420+
to = "41.1.1"
421+
bump = "patch"
422422
reason = "changed"
423423

424424
[[crate]]
@@ -1040,9 +1040,9 @@ reason = "changed"
10401040
[[crate]]
10411041
# substrate/frame/benchmarking
10421042
name = "frame-benchmarking"
1043-
from = "42.0.0"
1044-
to = "43.0.0"
1045-
bump = "major"
1043+
from = "43.0.0"
1044+
to = "43.0.1"
1045+
bump = "patch"
10461046
reason = "changed"
10471047

10481048
[[crate]]
@@ -3506,9 +3506,9 @@ reason = "changed"
35063506
[[crate]]
35073507
# cumulus/parachains/runtimes/assets/asset-hub-westend
35083508
name = "asset-hub-westend-runtime"
3509-
from = "0.36.1"
3510-
to = "0.36.2"
3511-
bump = "minor"
3509+
from = "0.36.2"
3510+
to = "0.36.3"
3511+
bump = "patch"
35123512
reason = "changed"
35133513

35143514
[[crate]]

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-westend-runtime"
3-
version = "0.36.2"
3+
version = "0.36.3"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use sc_service::{Configuration, TaskManager};
2424
/// The current node version for cumulus official binaries, which takes the basic
2525
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2626
/// `polkadot` version of a stable release.
27-
pub const NODE_VERSION: &'static str = "1.20.4";
27+
pub const NODE_VERSION: &'static str = "1.20.5";
2828

2929
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
3030
///

polkadot/node/primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub use disputes::{
6262
/// relatively rare.
6363
///
6464
/// The associated worker binaries should use the same version as the node that spawns them.
65-
pub const NODE_VERSION: &'static str = "1.20.4";
65+
pub const NODE_VERSION: &'static str = "1.20.5";
6666

6767
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6868
// plus some overhead:
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
The following crates were updated to the corresponding versions:
1+
The following crates were updated to the corresponding versions:
22

3-
- sp-metadata-ir@0.12.2
4-
- frame-support@43.0.1
5-
- substrate-wasm-builder@29.0.1
6-
- pallet-example-view-functions@0.5.1
3+
<details>
4+
<summary>Click to see crates list</summary>
5+
6+
- sp-trie@41.1.1
7+
- frame-benchmarking@43.0.1
8+
- asset-hub-westend-runtime@0.36.3
9+
10+
</details>

substrate/frame/benchmarking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame-benchmarking"
3-
version = "43.0.0"
3+
version = "43.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

substrate/primitives/trie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sp-trie"
3-
version = "41.1.0"
3+
version = "41.1.1"
44
authors.workspace = true
55
description = "Patricia trie stuff using a parity-scale-codec node format"
66
repository.workspace = true

0 commit comments

Comments
 (0)