Skip to content

Commit 4129017

Browse files
[stable2506] Post crates release changes (#9505)
This PR contains regular post crates release changes: - crates version bumps - node version bumps - spec_version bumps - prdocs reordering - formatting to pass CI checks
1 parent e79afab commit 4129017

File tree

36 files changed

+63
-61
lines changed

36 files changed

+63
-61
lines changed

Cargo.lock

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

Plan.toml

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

44
[options]
@@ -225,7 +225,9 @@ to = "11.0.0"
225225
# substrate/utils/prometheus
226226
name = "substrate-prometheus-endpoint"
227227
from = "0.17.2"
228-
to = "0.17.2"
228+
to = "0.17.6"
229+
bump = "minor"
230+
reason = "changed"
229231

230232
[[crate]]
231233
# substrate/test-utils
@@ -1052,9 +1054,9 @@ reason = "changed"
10521054
[[crate]]
10531055
# substrate/frame/benchmarking
10541056
name = "frame-benchmarking"
1055-
from = "40.2.0"
1056-
to = "41.0.0"
1057-
bump = "major"
1057+
from = "41.0.0"
1058+
to = "41.0.1"
1059+
bump = "patch"
10581060
reason = "changed"
10591061

10601062
[[crate]]
@@ -1226,9 +1228,9 @@ reason = "changed"
12261228
[[crate]]
12271229
# substrate/client/network
12281230
name = "sc-network"
1229-
from = "0.50.0"
1230-
to = "0.51.0"
1231-
bump = "major"
1231+
from = "0.51.0"
1232+
to = "0.51.1"
1233+
bump = "patch"
12321234
reason = "changed"
12331235

12341236
[[crate]]
@@ -1250,9 +1252,9 @@ reason = "changed"
12501252
[[crate]]
12511253
# substrate/client/transaction-pool
12521254
name = "sc-transaction-pool"
1253-
from = "39.0.0"
1254-
to = "40.0.0"
1255-
bump = "major"
1255+
from = "40.0.0"
1256+
to = "40.1.0"
1257+
bump = "minor"
12561258
reason = "changed"
12571259

12581260
[[crate]]
@@ -1834,9 +1836,9 @@ reason = "changed"
18341836
[[crate]]
18351837
# polkadot/xcm/xcm-executor
18361838
name = "staging-xcm-executor"
1837-
from = "19.1.2"
1838-
to = "20.0.0"
1839-
bump = "major"
1839+
from = "20.0.0"
1840+
to = "20.0.1"
1841+
bump = "patch"
18401842
reason = "changed"
18411843

18421844
[[crate]]
@@ -2118,9 +2120,9 @@ reason = "changed"
21182120
[[crate]]
21192121
# polkadot/xcm/xcm-builder
21202122
name = "staging-xcm-builder"
2121-
from = "20.1.1"
2122-
to = "21.0.0"
2123-
bump = "major"
2123+
from = "21.0.0"
2124+
to = "21.1.0"
2125+
bump = "minor"
21242126
reason = "changed"
21252127

21262128
[[crate]]
@@ -2430,9 +2432,9 @@ reason = "changed"
24302432
[[crate]]
24312433
# polkadot/xcm/pallet-xcm
24322434
name = "pallet-xcm"
2433-
from = "20.0.0"
2434-
to = "20.1.0"
2435-
bump = "minor"
2435+
from = "20.1.1"
2436+
to = "20.1.2"
2437+
bump = "patch"
24362438
reason = "changed"
24372439

24382440
[[crate]]
@@ -2902,9 +2904,9 @@ reason = "changed"
29022904
[[crate]]
29032905
# substrate/client/cli
29042906
name = "sc-cli"
2905-
from = "0.52.0"
2906-
to = "0.53.0"
2907-
bump = "major"
2907+
from = "0.53.0"
2908+
to = "0.53.1"
2909+
bump = "minor"
29082910
reason = "changed"
29092911

29102912
[[crate]]
@@ -3626,9 +3628,9 @@ reason = "changed"
36263628
[[crate]]
36273629
# substrate/utils/frame/benchmarking-cli
36283630
name = "frame-benchmarking-cli"
3629-
from = "48.0.0"
3630-
to = "49.0.0"
3631-
bump = "major"
3631+
from = "49.0.0"
3632+
to = "49.1.0"
3633+
bump = "minor"
36323634
reason = "changed"
36333635

36343636
[[crate]]

cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
129129
spec_name: alloc::borrow::Cow::Borrowed("statemine"),
130130
impl_name: alloc::borrow::Cow::Borrowed("statemine"),
131131
authoring_version: 1,
132-
spec_version: 1_019_002,
132+
spec_version: 1_019_003,
133133
impl_version: 0,
134134
apis: RUNTIME_API_VERSIONS,
135135
transaction_version: 16,

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
133133
spec_name: alloc::borrow::Cow::Borrowed("westmint"),
134134
impl_name: alloc::borrow::Cow::Borrowed("westmint"),
135135
authoring_version: 1,
136-
spec_version: 1_019_002,
136+
spec_version: 1_019_003,
137137
impl_version: 0,
138138
apis: RUNTIME_API_VERSIONS,
139139
transaction_version: 16,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
253253
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
254254
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-rococo"),
255255
authoring_version: 1,
256-
spec_version: 1_019_002,
256+
spec_version: 1_019_003,
257257
impl_version: 0,
258258
apis: RUNTIME_API_VERSIONS,
259259
transaction_version: 6,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
243243
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
244244
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
245245
authoring_version: 1,
246-
spec_version: 1_019_002,
246+
spec_version: 1_019_003,
247247
impl_version: 0,
248248
apis: RUNTIME_API_VERSIONS,
249249
transaction_version: 6,

cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
126126
spec_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
127127
impl_name: alloc::borrow::Cow::Borrowed("collectives-westend"),
128128
authoring_version: 1,
129-
spec_version: 1_019_002,
129+
spec_version: 1_019_003,
130130
impl_version: 0,
131131
apis: RUNTIME_API_VERSIONS,
132132
transaction_version: 6,

cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-rococo"),
161161
authoring_version: 1,
162-
spec_version: 1_019_002,
162+
spec_version: 1_019_003,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
160160
impl_name: alloc::borrow::Cow::Borrowed("coretime-westend"),
161161
authoring_version: 1,
162-
spec_version: 1_019_002,
162+
spec_version: 1_019_003,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 2,

cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
103103
spec_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
104104
impl_name: alloc::borrow::Cow::Borrowed("glutton-westend"),
105105
authoring_version: 1,
106-
spec_version: 1_019_002,
106+
spec_version: 1_019_003,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109109
transaction_version: 1,

0 commit comments

Comments
 (0)