Skip to content

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed May 23, 2021
1 parent 876f0e6 commit cd62a6b
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]

...

## [1.0.1] - 2021-05-23

### Fixed
- Avoid unnecessary recompilations.

Expand All @@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release to crates.io.

[Unreleased]: https://github.com/eldruin/smbus-pec-rs/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/eldruin/smbus-pec-rs/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/eldruin/smbus-pec-rs/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/eldruin/smbus-pec-rs/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/eldruin/smbus-pec-rs/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smbus-pec"
version = "1.0.0" # remember to update html_root_url
version = "1.0.1" # remember to update html_root_url
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/smbus-pec-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -136,7 +136,7 @@
//! ```
//!

#![doc(html_root_url = "https://docs.rs/smbus-pec/1.0.0")]
#![doc(html_root_url = "https://docs.rs/smbus-pec/1.0.1")]
#![deny(unsafe_code, missing_docs)]
#![no_std]

Expand Down

0 comments on commit cd62a6b

Please sign in to comment.