From 09c48abd185f0780026e34992618df50fb823771 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Sep 2025 20:03:33 +0200 Subject: [PATCH 1/2] use spacepackets v0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9436268..5026b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ crc = "3" smallvec = "1" derive-new = ">=0.6, <=0.7" hashbrown = { version = ">=0.14, <=0.15", optional = true } -spacepackets = { git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git", version = "0.16", default-features = false } +spacepackets = { version = "0.16", default-features = false } thiserror = { version = "2", default-features = false } heapless = "0.9" serde = { version = "1", optional = true } -- 2.43.0 From 7ded3316e2b89a1a97aad1b04fe1a6106406094d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Sep 2025 20:04:53 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac03890..1441296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.3.0] 2025-09-?? + - Bumped `spacepackets` to v0.16 - Bumped `defmt` to v1 @@ -26,3 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [v0.1.0] 2024-09-11 Initial release + +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/cfdp/compare/v0.3.0...HEAD +[v0.3.0]: https://egit.irs.uni-stuttgart.de/rust/cfdp/compare/v0.2.0...v0.3.0 +[v0.2.0]: https://egit.irs.uni-stuttgart.de/rust/cfdp/compare/v0.1.0...v0.2.0 -- 2.43.0