diff --git a/CHANGELOG.md b/CHANGELOG.md index 154f964..1e8b973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ... +## [0.1.1] - 2021-09-10 + +### Changed +- Updated dependencies + ## [0.1.0] - 2019-11-09 This is the initial release to crates.io of the feature-complete driver. There diff --git a/Cargo.toml b/Cargo.toml index f55d36f..f98a972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opt300x" -version = "0.1.0" # remember to update html_root_url +version = "0.1.1" # remember to update html_root_url authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/opt300x-rs" license = "MIT OR Apache-2.0" @@ -18,7 +18,7 @@ include = [ "/LICENSE-MIT", "/LICENSE-APACHE", ] -edition= "2018" +edition = "2018" [dependencies] embedded-hal = "0.2.6" diff --git a/src/lib.rs b/src/lib.rs index bc5b49c..a41104b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -188,7 +188,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/opt300x/0.1.0")] +#![doc(html_root_url = "https://docs.rs/opt300x/0.1.1")] #![deny(unsafe_code, missing_docs)] #![no_std]