Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 93fcd8f

Browse files
authored
Bump version to 0.8.28 & bump substrate (#2327)
* bump version in prep for release * bump substrate * bump substrate
1 parent 8eea1ac commit 93fcd8f

File tree

18 files changed

+173
-173
lines changed

18 files changed

+173
-173
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ path = "src/main.rs"
66
name = "polkadot"
77
description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework."
88
license = "GPL-3.0-only"
9-
version = "0.8.27"
9+
version = "0.8.28"
1010
authors = ["Parity Technologies <[email protected]>"]
1111
edition = "2018"
1212
readme = "README.md"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-cli"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Polkadot Relay-chain Client Node"
66
edition = "2018"

erasure-coding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-erasure-coding"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

node/test/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-test-client"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

node/test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-test-service"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-parachain"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Types and utilities for creating and working with parachains"
66
edition = "2018"

parachain/test-parachains/adder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-parachain-adder"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Test parachain which adds to a number as its state transition"
66
edition = "2018"

parachain/test-parachains/halt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-parachain-halt"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Test parachain which executes forever"
66
edition = "2018"

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-primitives"
3-
version = "0.8.27"
3+
version = "0.8.28"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)