diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0ccbf..55c83af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/AtoVproject/pca9555/compare/v0.1.1...v0.1.2) - 2024-05-27 + +### Other +- run cargo check & clippy + ## [0.1.1](https://github.com/AtoVproject/pca9555/compare/v0.1.0...v0.1.1) - 2024-05-26 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index ca35ffa..8c27cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A rust-embedded driver for the (P|T)CA9555 i/o port expander" categories = ["embedded", "hardware-support", "no-std"] documentation = "https://docs.rs/pca9555" authors = ["Chris Maniewski"] -version = "0.1.1" +version = "0.1.2" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0"