mirror of https://github.com/eldruin/ds323x-rs
Prepare 0.5.0 release
parent
6c6088f890
commit
b0ab213098
|
@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
...
|
||||
|
||||
## [0.5.0] - 2022-02-21
|
||||
|
||||
### 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.
|
||||
- Raise MSRV to version 1.35.0
|
||||
|
||||
## [0.4.0] - 2021-05-22
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ds323x"
|
||||
version = "0.4.0" # remember to update html_root_url
|
||||
version = "0.5.0"
|
||||
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
|
||||
repository = "https://github.com/eldruin/ds323x-rs"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -359,7 +359,6 @@
|
|||
//! rtc.set_alarm1_hms(time).unwrap();
|
||||
//! ```
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/ds323x/0.4.0")]
|
||||
#![deny(unsafe_code, missing_docs)]
|
||||
#![no_std]
|
||||
|
||||
|
|
Loading…
Reference in New Issue