- Update the version number for the crates badge in
README.md
- Update version number in
Cargo.toml
as required for each of the crates:omnipaxos
,omnipaxos_macros
,omnipaxos_storage
, andomnipaxos_ui
. - Update the version number for the crate badge in the README.
- Make sure that
./check.sh
passes - Run
cargo publish --dry-run
on each of the crates. - The crates have inter-dependencies, so to publish them, we run
cargo publish
in the following order:omnipaxos_macros
omnipaxos
omnipaxos_storage
omnipaxos_ui