Skip to content

Commit

Permalink
bump crate versions for tagging. explain versioning in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Jul 25, 2022
1 parent 2c5cb5d commit 588953e
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ We also apply substrate's standard of serializing with `camelCase`.
### Versioning

We bump crate versions separately and tag the repository with the highest crate version

motivation: git blame should show on crate directory level if there was a change. This way, browsing the repo on github really shows when a certain pallet or crate has been touched. Even if it's only adjustments for upstream upgrades, just bump crate versions to the newest, which will be tagged globally

Pallet repo version does not need to be aligned with neither node or parachain (or runtime) crate versions - although this has been the case in the past.
2 changes: 1 addition & 1 deletion balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-balances"
version = "1.0.0"
version = "1.2.0"
authors = ["encointer.org <[email protected]> and Parity Technologies <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ceremonies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["encointer.org <[email protected]>"]
edition = "2021"
name = "pallet-encointer-ceremonies"
version = "1.1.0"
version = "1.2.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion ceremonies/assignment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encointer-ceremonies-assignment"
version = "1.0.0"
version = "1.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ceremonies/meetup-validation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "encointer-meetup-validation"
version = "1.0.0"
version = "1.2.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion ceremonies/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["encointer.org <[email protected]>"]
edition = "2021"
name = "pallet-encointer-ceremonies-rpc"
version = "1.0.0"
version = "1.2.0"

[dependencies]
jsonrpsee = {version = "0.14.0", features = ["server", "macros"]}
Expand Down
2 changes: 1 addition & 1 deletion ceremonies/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-ceremonies-rpc-runtime-api"
version = "1.0.0"
version = "1.2.0"
authors = ["encointer.org <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion communities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-communities"
version = "1.1.0"
version = "1.2.0"
authors = ["encointer.org <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion communities/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["encointer.org <[email protected]>"]
edition = "2021"
name = "pallet-encointer-communities-rpc"
version = "1.0.0"
version = "1.2.0"

[dependencies]
jsonrpsee = {version = "0.14.0", features = ["server", "macros"]}
Expand Down
2 changes: 1 addition & 1 deletion communities/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-encointer-communities-rpc-runtime-api"
version = "1.0.0"
version = "1.2.0"
authors = ["encointer.org <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["encointer.org <[email protected]>"]
edition = "2021"
name = "encointer-primitives"
version = "1.1.0"
version = "1.2.0"

[dependencies]
bs58 = {version = "0.4.0", default-features = false, features = ["alloc"]}
Expand Down
2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ep-core"
version = "1.0.0"
version = "1.2.0"

[dependencies]
codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-utils"
version = "1.0.0"
version = "1.2.0"
authors = ["encointer.org <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 588953e

Please sign in to comment.