Prepare 0.5.0 release

pull/9/head
Diego Barrios Romero 2022-02-21 07:10:05 +01:00
parent 6c6088f890
commit b0ab213098
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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]