Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.31 KB

Changelog

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

Changed

  • [breaking-change] Updated embedded-hal to version 1.0.0.
  • [breaking-change] Protect marker types.
  • Updated MSRV to Rust 1.62.0.
  • Updated dependencies.

0.3.0 - 2021-09-24

Changed

  • [breaking-change] Remove Default implementation for Ad989x.
  • Updated dependencies.

0.2.0 - 2019-11-10

Changed

  • Use embedded_hal::digital::v2::OutputPin traits for SPI chip-select pin.

0.1.1 - 2019-05-30

Added

  • Support for AD9834 and AD9838 devices.

0.1.0 - 2019-05-29

Initial release to crates.io. AD9833 and AD9837 devices are fully supported. All changes will be documented in this CHANGELOG.