From 18a213a9bf038370bf66a6763bb9dd62ce5bbfc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:27:25 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"