Skip to content

Releases: eldruin/ds1307-rs

Release 0.6.0

01 Feb 08:39
Compare
Choose a tag to compare

Changed

  • [breaking-change] Updated to embedded-hal 1.0.

Release v0.5.0

31 Jan 07:50
Compare
Choose a tag to compare

Added

  • Default variant for SqwOutRate and SqwOutLevel.

Changed

  • Updated internal use of chrono.
  • Updated embedded-hal-mock dev-dependency.
  • Updated MSRV to 1.62.0.

Fixed

  • Swapped implementations of set_running and halt and fixed output level of running.

Release 0.4.0

19 Feb 10:26
Compare
Choose a tag to compare

Changed

  • [breaking-change] Update rtcc to version 0.3.
  • [breaking-change] Remove get_ from all public method names to comply with the Rust API guidelines.