Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed May 22, 2021
1 parent 9c6fe16 commit a657eec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

...

## [0.4.0] - 2021-05-22

### Changed
- [breaking-change] Return `Error::InvalidDeviceState` if it was not possible to read the
date and/or time from the device because the state of the device corresponds to
Expand Down Expand Up @@ -64,7 +68,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.2...HEAD
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/eldruin/ds323x-rs/compare/v0.3.2...v0.4.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ds323x"
version = "0.3.2" # remember to update html_root_url
version = "0.4.0" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/ds323x-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -386,7 +386,7 @@
//! rtc.set_alarm1_hms(time).unwrap();
//! ```

#![doc(html_root_url = "https://docs.rs/ds323x/0.3.2")]
#![doc(html_root_url = "https://docs.rs/ds323x/0.4.0")]
#![deny(unsafe_code, missing_docs)]
#![no_std]

Expand Down

0 comments on commit a657eec

Please sign in to comment.