Skip to content

Commit 6164219

Browse files
authored
Update version numbers (#880)
* Update version numbers. Skip two versions as the release branches were not merged back. * Expand release documentation a bit.
1 parent e9c201e commit 6164219

File tree

13 files changed

+26
-23
lines changed

13 files changed

+26
-23
lines changed

Cargo.lock

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

api-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 = "substrate-api-client"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

compose-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-compose-macros"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
## TODO List for a new Release
44
If a new release is released, the following tasks need to be done:
55
1. Update the .toml versions in accordance with the [Semantic Versioning](../README.md#version-numbers) section.
6-
1. Create a new branch and change all github deps to crates.io deps. See https://github.com/scs/substrate-api-client/issues/812 for an example update. The [psvm](https://crates.io/crates/psvm) tool can be useful for updating the polkadot dependencies.
6+
1. Create a new branch and change all github deps to crates.io deps.
7+
- See https://github.com/scs/substrate-api-client/issues/812 for an example update.
8+
- The [psvm](https://crates.io/crates/psvm) tool can be useful for updating the polkadot dependencies.
9+
- The `Plan.toml` in the tagged revision of the `polkadot-sdk` contains information about what the different crate versions should be. (See [example](https://github.com/paritytech/polkadot-sdk/blob/polkadot-v1.19.6/Plan.toml))
710
1. Add a new tag to the desired commit, see the [Tag generation](#tag-generation) section.
811
1. Update and release the new release (see [Automatic Release Generation](#automatic-release-generation)).
912
1. Publish to crates.io (see https://doc.rust-lang.org/cargo/reference/publishing.html for more info):

examples/async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-async"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

examples/sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-sync"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

examples/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-examples-wasm"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
license = "Apache-2.0"
55
edition = "2021"
66

keystore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-keystore"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

node-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ac-node-api"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

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 = "ac-primitives"
3-
version = "1.18.0"
3+
version = "1.21.0"
44
authors = ["Supercomputing Systems AG <info@scs.ch>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)