From 026e1a50b99fa4c3c206db45204ced6f0d757cc4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 18 Jul 2025 19:31:55 +0200 Subject: [PATCH] prepare next release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b0655..e9b0320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +# [v0.15.0] 2025-07-18 + ## Added - `PusTcCreatorWithReservedAppData` and `PusTmCreatorWithReservedSourceData` constructor variants @@ -591,7 +593,8 @@ The timestamp of `PusTm` is now optional. See Added and Changed section for deta Initial release with CCSDS Space Packet Primary Header implementation and basic PUS TC and TM implementations. -[unreleased]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.14.0...HEAD +[unreleased]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.15.0...HEAD +[v0.15.0]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.14.0...v0.15.0 [v0.14.0]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.13.1...v0.14.0 [v0.13.1]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.13.0...v0.13.1 [v0.13.0]: https://egit.irs.uni-stuttgart.de/rust/spacepackets/compare/v0.12.0...v0.13.0 diff --git a/Cargo.toml b/Cargo.toml index 8e24081..dc70f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.14.0" +version = "0.15.0" edition = "2021" rust-version = "1.70.0" authors = ["Robin Mueller "] -- 2.43.0