2023-01-11 10:30:03 +01:00
|
|
|
Change Log
|
|
|
|
=======
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
# [unreleased]
|
2024-02-12 15:51:37 +01:00
|
|
|
|
2024-04-24 19:18:45 +02:00
|
|
|
# [v0.1.4] 2024-04-24
|
|
|
|
|
|
|
|
## Added
|
|
|
|
|
|
|
|
- `ResultU16::from_be_bytes`
|
|
|
|
- `From<u16>` impl for `ResultU16`.
|
|
|
|
- Optional `defmt` support: `defmt::Format` impl on `ResultU16` if the `defmt` feature is
|
|
|
|
activated.
|
|
|
|
|
2024-04-16 19:47:36 +02:00
|
|
|
# [v0.1.3] 2024-04-16
|
|
|
|
|
2024-04-16 19:50:46 +02:00
|
|
|
Allow `spacepackets` range starting with v0.10 and v0.11.
|
2024-04-16 19:47:36 +02:00
|
|
|
|
2024-02-20 14:33:21 +01:00
|
|
|
# [v0.1.2] 2024-02-17
|
|
|
|
|
|
|
|
- Bumped `spacepackets` to v0.10.0 for `UnsignedEnum` trait change.
|
|
|
|
|
2024-02-12 15:51:37 +01:00
|
|
|
# [v0.1.1] 2024-02-12
|
|
|
|
|
|
|
|
- Added missing `#![no_std]` attribute for library
|
|
|
|
- Fixed unit tests
|
|
|
|
|
|
|
|
# [v0.1.0] 2024-02-12
|
|
|
|
|
|
|
|
Initial release.
|