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 - ReleaseDate
1.0.0 - 2024-05-04
- [breaking-change] Updated
embedded-hal
to version1.0.0
. - [breaking-change] Protect marker types.
- Updated MSRV to Rust 1.62.0.
- Updated dependencies.
0.3.0 - 2021-09-24
- [breaking-change] Remove
Default
implementation forAd989x
. - Updated dependencies.
0.2.0 - 2019-11-10
- Use
embedded_hal::digital::v2::OutputPin
traits for SPI chip-select pin.
0.1.1 - 2019-05-30
- Support for AD9834 and AD9838 devices.
Initial release to crates.io. AD9833 and AD9837 devices are fully supported. All changes will be documented in this CHANGELOG.