Robin Mueller
b0159a3ba7
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
758 B
758 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.1.4] 2024-04-24
Added
ResultU16::from_be_bytes
From<u16>
impl forResultU16
.- Optional
defmt
support:defmt::Format
impl onResultU16
if thedefmt
feature is activated.
[v0.1.3] 2024-04-16
Allow spacepackets
range starting with v0.10 and v0.11.
[v0.1.2] 2024-02-17
- Bumped
spacepackets
to v0.10.0 forUnsignedEnum
trait change.
[v0.1.1] 2024-02-12
- Added missing
#![no_std]
attribute for library - Fixed unit tests
[v0.1.0] 2024-02-12
Initial release.