Skip to content

Commit

Permalink
Prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Sep 10, 2021
1 parent c1870f6 commit de8055a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/opt300x-rs"
license = "MIT OR Apache-2.0"
Expand All @@ -18,7 +18,7 @@ include = [
"/LICENSE-MIT",
"/LICENSE-APACHE",
]
edition= "2018"
edition = "2018"

[dependencies]
embedded-hal = "0.2.6"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -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]

Expand Down

0 comments on commit de8055a

Please sign in to comment.