mirror of https://github.com/eldruin/ds323x-rs
Update changelog after merging #5
parent
b8ab37f57a
commit
082fb2d159
|
@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
...
|
||||
|
||||
## [0.3.2] - 2021-02-22
|
||||
|
||||
### Fixed
|
||||
- Day bounds on the `set_day()` method. Thanks to @jamesmunns. See:
|
||||
[PR #5](https://github.com/eldruin/ds323x-rs/pull/5)
|
||||
|
||||
## [0.3.1] - 2020-07-10
|
||||
|
||||
### Added
|
||||
|
@ -55,7 +61,8 @@ this CHANGELOG.
|
|||
[`chrono`]: https://crates.io/crates/chrono
|
||||
[`rtcc`]: https://crates.io/crates/rtcc
|
||||
|
||||
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...HEAD
|
||||
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...HEAD
|
||||
[0.3.2]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...v0.3.2
|
||||
[0.3.1]: https://github.com/eldruin/ds323x-rs/compare/v0.3.0...v0.3.1
|
||||
[0.3.0]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...v0.3.0
|
||||
[0.2.0]: https://github.com/eldruin/ds323x-rs/compare/v0.1.0...v0.2.0
|
Loading…
Reference in New Issue