sat-rs/satrs-shared/CHANGELOG.md
Robin Mueller 86f6ed8b15
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
prepare satrs-shared release
2024-02-17 20:53:37 +01:00

23 lines
474 B
Markdown

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]
# [v0.1.2] 2024-02-17
- Bumped `spacepackets` to v0.10.0 for `UnsignedEnum` 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.