mirror of https://github.com/eldruin/ds323x-rs
parent
86dd80a8ad
commit
c5fdd9057f
|
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.6.0] - 2025-01-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [breaking-change] Removed `Error::Pin` variant.
|
- [breaking-change] Removed `Error::Pin` variant.
|
||||||
- [breaking-change] Update to `embedded-hal` 1.0.0.
|
- [breaking-change] Update to `embedded-hal` 1.0.0.
|
||||||
|
@ -89,7 +91,8 @@ this CHANGELOG.
|
||||||
[`rtcc`]: https://crates.io/crates/rtcc
|
[`rtcc`]: https://crates.io/crates/rtcc
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.5.1...HEAD
|
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.6.0...HEAD
|
||||||
|
[0.6.0]: https://github.com/eldruin/ds323x-rs/compare/v0.5.1...v0.6.0
|
||||||
[0.5.1]: https://github.com/eldruin/ds323x-rs/compare/v0.5.0...v0.5.1
|
[0.5.1]: https://github.com/eldruin/ds323x-rs/compare/v0.5.0...v0.5.1
|
||||||
[0.5.0]: https://github.com/eldruin/ds323x-rs/compare/v0.4.0...v0.5.0
|
[0.5.0]: https://github.com/eldruin/ds323x-rs/compare/v0.4.0...v0.5.0
|
||||||
[0.4.0]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...v0.4.0
|
[0.4.0]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...v0.4.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ds323x"
|
name = "ds323x"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
|
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
|
||||||
repository = "https://github.com/eldruin/ds323x-rs"
|
repository = "https://github.com/eldruin/ds323x-rs"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
Loading…
Reference in New Issue