Skip to content

Commit 9b635dc

Browse files
[unstable2507] Post crates release changes (#9675)
This PR contains standard post crates release changes: - crates version bumps - prdocs reordering
1 parent 564865f commit 9b635dc

File tree

15 files changed

+48
-48
lines changed

15 files changed

+48
-48
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.10.6
2-
# command: parity-publish plan --prdoc prdoc/pr_9497.prdoc
2+
# command: parity-publish plan --prdoc prdoc
33

44
[options]
55

@@ -1074,9 +1074,9 @@ reason = "changed"
10741074
[[crate]]
10751075
# substrate/frame/executive
10761076
name = "frame-executive"
1077-
from = "41.0.0"
1078-
to = "42.0.0"
1079-
bump = "major"
1077+
from = "42.0.0"
1078+
to = "42.0.1"
1079+
bump = "patch"
10801080
reason = "changed"
10811081

10821082
[[crate]]
@@ -1652,8 +1652,8 @@ reason = "changed"
16521652
[[crate]]
16531653
# substrate/frame/staking-async
16541654
name = "pallet-staking-async"
1655-
from = "0.2.0"
1656-
to = "0.3.0"
1655+
from = "0.3.0"
1656+
to = "0.4.0"
16571657
bump = "major"
16581658
reason = "changed"
16591659

@@ -1948,9 +1948,9 @@ reason = "changed"
19481948
[[crate]]
19491949
# substrate/frame/core-fellowship
19501950
name = "pallet-core-fellowship"
1951-
from = "25.0.0"
1952-
to = "26.0.0"
1953-
bump = "major"
1951+
from = "26.0.0"
1952+
to = "26.0.1"
1953+
bump = "patch"
19541954
reason = "changed"
19551955

19561956
[[crate]]
@@ -2964,9 +2964,9 @@ reason = "changed"
29642964
[[crate]]
29652965
# cumulus/pallets/xcmp-queue
29662966
name = "cumulus-pallet-xcmp-queue"
2967-
from = "0.21.0"
2968-
to = "0.22.0"
2969-
bump = "major"
2967+
from = "0.22.0"
2968+
to = "0.22.1"
2969+
bump = "patch"
29702970
reason = "changed"
29712971

29722972
[[crate]]
@@ -3298,9 +3298,9 @@ reason = "changed"
32983298
[[crate]]
32993299
# cumulus/parachains/runtimes/collectives/collectives-westend
33003300
name = "collectives-westend-runtime"
3301-
from = "21.0.0"
3302-
to = "22.0.0"
3303-
bump = "major"
3301+
from = "22.0.0"
3302+
to = "22.0.1"
3303+
bump = "patch"
33043304
reason = "changed"
33053305

33063306
[[crate]]
@@ -3504,9 +3504,9 @@ reason = "changed"
35043504
[[crate]]
35053505
# cumulus/parachains/runtimes/assets/asset-hub-westend
35063506
name = "asset-hub-westend-runtime"
3507-
from = "0.34.0"
3508-
to = "0.34.1"
3509-
bump = "patch"
3507+
from = "0.34.1"
3508+
to = "0.35.0"
3509+
bump = "major"
35103510
reason = "changed"
35113511

35123512
[[crate]]
@@ -3576,8 +3576,8 @@ reason = "changed"
35763576
[[crate]]
35773577
# substrate/frame/staking-async/runtimes/parachain
35783578
name = "pallet-staking-async-parachain-runtime"
3579-
from = "0.3.0"
3580-
to = "0.4.0"
3579+
from = "0.4.0"
3580+
to = "0.5.0"
35813581
bump = "major"
35823582
reason = "changed"
35833583

@@ -4144,8 +4144,8 @@ reason = "changed"
41444144
[[crate]]
41454145
# umbrella
41464146
name = "polkadot-sdk"
4147-
from = "2507.0.0"
4148-
to = "2507.1.0"
4147+
from = "2507.1.0"
4148+
to = "2507.2.0"
41494149
bump = "minor"
41504150
reason = "changed"
41514151

cumulus/pallets/xcmp-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-xcmp-queue"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Pallet to queue outbound and inbound XCMP messages."

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.34.1"
3+
version = "0.35.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"

cumulus/parachains/runtimes/collectives/collectives-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 = "collectives-westend-runtime"
3-
version = "22.0.0"
3+
version = "22.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)