Skip to content

Commit

Permalink
prepare next release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 4, 2024
1 parent 9711159 commit d8676ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.11.0-rc.2] 2024-04-04

## Changed

- Renamed `PacketId` and `PacketSequenceCtrl` `new` method to `new_checked` and former
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spacepackets"
version = "0.11.0-rc.1"
version = "0.11.0-rc.2"
edition = "2021"
rust-version = "1.61"
authors = ["Robin Mueller <[email protected]>"]
Expand Down
3 changes: 2 additions & 1 deletion release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Checklist for new releases
2. Bump version specifier in `Cargo.toml`.
3. Update `CHANGELOG.md`: Convert `unreleased` section into version section with date and add new
`unreleased` section.
4. Run `cargo test --all-features` or `cargo nextest r --all-features`.
4. Run `cargo test --all-features` or `cargo nextest r --all-features` together with
`cargo test --doc`.
5. Run `cargo fmt` and `cargo clippy`. Check `cargo msrv` against MSRV in `Cargo.toml`.
6. Wait for CI/CD results for EGit and Github. These also check cross-compilation for bare-metal
targets.
Expand Down

0 comments on commit d8676ae

Please sign in to comment.