Files
cfdp/CHANGELOG.md
2025-09-25 13:28:56 +02:00

953 B

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

unreleased

v0.3.0 2025-09-25

  • Bumped spacepackets to v0.16
  • Bumped defmt to v1

Added

  • Acknowledged mode support for both source and destination handler.
  • FaultInfo structure which is passed to user fault callbacks.

v0.2.0 2024-11-26

  • Bumped thiserror to v2
  • Bumped spacepackets to v0.13
  • The source and destination handlers can now be used without the std feature and only require the alloc feature.

[v0.1.0] 2024-09-11

Initial release