From de3d22a022e8a6b0ca05ed799b5faa91438dbb55 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 23 Jul 2025 14:02:05 +0200 Subject: [PATCH] prepare patch releases --- satrs-shared/CHANGELOG.md | 7 ++++++- satrs-shared/Cargo.toml | 2 +- satrs/CHANGELOG.md | 7 ++++++- satrs/Cargo.toml | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/satrs-shared/CHANGELOG.md b/satrs-shared/CHANGELOG.md index 9270b08..4604655 100644 --- a/satrs-shared/CHANGELOG.md +++ b/satrs-shared/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.2.3] 2025-07-22 + +`spacepackets` range v0.14 to v0.15 + # [v0.2.2] 2025-05-10 - Bump to `spacepackests` v0.14 @@ -46,5 +50,6 @@ Allow `spacepackets` range starting with v0.10 and v0.11. Initial release. -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-shared-v0.2.2...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-shared-v0.2.3...HEAD +[v0.2.3]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-shared-v0.2.1...satrs-shared-v0.2.3 [v0.2.2]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-shared-v0.2.1...satrs-shared-v0.2.2 diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 7501781..e548c89 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "satrs-shared" description = "Components shared by multiple sat-rs crates" -version = "0.2.2" +version = "0.2.3" edition = "2021" authors = ["Robin Mueller "] homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index bd22837..a40268e 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.3.0-alpha.2] 2025-07-22 + +`satrs-shared` update + # [v0.3.0-alpha.1] 2025-07-22 `spacepackets` range v0.14 to v0.15 @@ -203,6 +207,7 @@ docs-rs hotfix Initial release. -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-v0.3.0-alpha.1...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-v0.3.0-alpha.2...HEAD +[v0.3.0-alpha.2]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-v0.3.0-alpha.1...satrs-v0.3.0-alpha.2 [v0.3.0-alpha.1]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-v0.3.0-alpha.0...satrs-v0.3.0-alpha.1 [v0.3.0-alpha.0]: https://egit.irs.uni-stuttgart.de/rust/sat-rs/compare/satrs-v0.2.1...satrs-v0.3.0-alpha.0 diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index b297729..b6ede5a 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs" -version = "0.3.0-alpha.1" +version = "0.3.0-alpha.2" edition = "2021" rust-version = "1.82.0" authors = ["Robin Mueller "] @@ -13,7 +13,7 @@ keywords = ["no-std", "space", "aerospace"] categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded"] [dependencies] -satrs-shared = { version = "0.2.2", path = "../satrs-shared" } +satrs-shared = { version = "0.2", path = "../satrs-shared" } spacepackets = { version = ">=0.14, <=0.15", default-features = false } delegate = ">0.7, <=0.13"