Skip to content

Commit c1a537c

Browse files
kianenigmaggwpez
andauthored
Release 2.0.2 (#1004)
Needs enactment on PAH + KAH. Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 663a426 commit c1a537c

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [2.0.2] 07.11.2025
88

99
### Fixed
1010

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
188188
spec_name: alloc::borrow::Cow::Borrowed("kusama"),
189189
impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"),
190190
authoring_version: 2,
191-
spec_version: 2_000_001,
191+
spec_version: 2_000_002,
192192
impl_version: 0,
193193
apis: RUNTIME_API_VERSIONS,
194194
transaction_version: 26,

relay/polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
177177
spec_name: alloc::borrow::Cow::Borrowed("polkadot"),
178178
impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"),
179179
authoring_version: 0,
180-
spec_version: 2_000_001,
180+
spec_version: 2_000_002,
181181
impl_version: 0,
182182
apis: RUNTIME_API_VERSIONS,
183183
transaction_version: 26,

system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
144144
spec_name: Cow::Borrowed("statemine"),
145145
impl_name: Cow::Borrowed("statemine"),
146146
authoring_version: 1,
147-
spec_version: 2_000_001,
147+
spec_version: 2_000_002,
148148
impl_version: 0,
149149
apis: RUNTIME_API_VERSIONS,
150150
transaction_version: 15,

system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
192192
impl_name: Cow::Borrowed("statemint"),
193193
spec_name: Cow::Borrowed("statemint"),
194194
authoring_version: 1,
195-
spec_version: 2_000_001,
195+
spec_version: 2_000_002,
196196
impl_version: 0,
197197
apis: RUNTIME_API_VERSIONS,
198198
transaction_version: 15,

system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
176176
spec_name: Cow::Borrowed("bridge-hub-kusama"),
177177
impl_name: Cow::Borrowed("bridge-hub-kusama"),
178178
authoring_version: 1,
179-
spec_version: 2_000_001,
179+
spec_version: 2_000_002,
180180
impl_version: 0,
181181
apis: RUNTIME_API_VERSIONS,
182182
transaction_version: 5,

system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
206206
spec_name: Cow::Borrowed("bridge-hub-polkadot"),
207207
impl_name: Cow::Borrowed("bridge-hub-polkadot"),
208208
authoring_version: 1,
209-
spec_version: 2_000_001,
209+
spec_version: 2_000_002,
210210
impl_version: 0,
211211
apis: RUNTIME_API_VERSIONS,
212212
transaction_version: 4,

system-parachains/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: Cow::Borrowed("collectives"),
131131
impl_name: Cow::Borrowed("collectives"),
132132
authoring_version: 1,
133-
spec_version: 2_000_001,
133+
spec_version: 2_000_002,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 7,

system-parachains/coretime/coretime-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
150150
spec_name: Cow::Borrowed("coretime-kusama"),
151151
impl_name: Cow::Borrowed("coretime-kusama"),
152152
authoring_version: 1,
153-
spec_version: 2_000_001,
153+
spec_version: 2_000_002,
154154
impl_version: 0,
155155
apis: RUNTIME_API_VERSIONS,
156156
transaction_version: 1,

system-parachains/coretime/coretime-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
157157
spec_name: Cow::Borrowed("coretime-polkadot"),
158158
impl_name: Cow::Borrowed("coretime-polkadot"),
159159
authoring_version: 1,
160-
spec_version: 2_000_001,
160+
spec_version: 2_000_002,
161161
impl_version: 0,
162162
apis: RUNTIME_API_VERSIONS,
163163
transaction_version: 0,

0 commit comments

Comments
 (0)