Skip to content

Commit

Permalink
Prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Feb 21, 2022
1 parent 6c6088f commit b0ab213
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -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]

Expand Down

0 comments on commit b0ab213

Please sign in to comment.