Skip to content

Releases: jgosmann/mh-z19c

v0.3.0

17 Feb 19:49
4c1022e
Compare
Choose a tag to compare

Added

  • Support for firmware 5 specific features.
  • BaseApi and Firmware5Api traits.

v0.2.0

22 Mar 19:42
4d65730
Compare
Choose a tag to compare

Addded

  • std feature that adds std::error::Error trait implementations to error types.
  • You may license the crate either under the MIT or Apache 2.0 license, your choice.
  • Added implementations of common traits (such as Clone, Debug, etc.) to types.

Changed

  • Renamed mh_z19c::frame::Error to ValidateFrameError.
  • Changed Display implementation of error types to produce lowercase messages without trailing punctuation as suggested by the Rust API guidelines.

v0.1.1

13 Mar 21:38
01fd074
Compare
Choose a tag to compare

Added

  • Changelog

Fixed

  • Typo in the main example.

v0.1.0

13 Mar 21:24
884906d
Compare
Choose a tag to compare

Initial release.