pendulum-chain / pendulum

GNU General Public License v3.0
43 stars 14 forks source link

Set version that aligns to polkadot version in all crates #492

Closed ebma closed 2 months ago

ebma commented 2 months ago

Context

At the moment, there is no coherent versioning used in the pendulum crates. The version field was never updated for new releases. Going forward, the versions should be updated and align the polkadot dependency versions.

Agreement

Align the node versions to the polkadot version, ie. for the v1.1.0 upgrade we would set the version to 1.1.0. This makes it easy to follow. If we want to update the collator binaries without changing the polkadot dependencies, we will add a -1 or -2, ... etc postfix to the version name. We set the same version on all crates in the pendulum repository. If needed, we can also add postfixes to the version numbers of other crates.

TODO

Change the version of all crates to the current dependency version, ie. 1.1.0.