Releases: eldruin/ds1307-rs
Releases · eldruin/ds1307-rs
Release 0.6.0
Release v0.5.0
Added
- Default variant for
SqwOutRate
andSqwOutLevel
.
Changed
- Updated internal use of
chrono
. - Updated
embedded-hal-mock
dev-dependency. - Updated MSRV to 1.62.0.
Fixed
- Swapped implementations of
set_running
andhalt
and fixed output level ofrunning
.
Release 0.4.0
Changed
- [breaking-change] Update
rtcc
to version0.3
. - [breaking-change] Remove
get_
from all public method names to comply with the Rust API guidelines.