From e49abce158bace8456dc354d674938a428f22e19 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 6 Nov 2025 14:40:15 +0100 Subject: [PATCH] prepare next releases --- satrs-shared/CHANGELOG.md | 4 ++++ satrs-shared/Cargo.toml | 2 +- satrs/CHANGELOG.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/satrs-shared/CHANGELOG.md b/satrs-shared/CHANGELOG.md index 4604655..1465d80 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.4] 2025-11-06 + +`spacepackets` v0.17.0 + # [v0.2.3] 2025-07-22 `spacepackets` range v0.14 to v0.15 diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 8a784b5..8fecec4 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.3" +version = "0.2.4" 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 f03102f..d154323 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] -# [v0.3.0-alpha.3] 2025-09-?? +# [v0.3.0-alpha.3] 2025-11-06 - Bump `sat-rs` edition to 2024. -- Bumped `spacepackets` to v0.16 +- Bumped `spacepackets` to v0.17 - `ComponentId` is u32 now - Simplified TCP servers