From 4c316803c5151300e2ae80f285f3ee7007ed79f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:23:39 +0200 Subject: [PATCH] chore(main): release 0.6.0 (#64) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63134dc..d2f60a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/sousandrei/ism330dhcx/compare/v0.5.2...v0.6.0) (2024-06-05) + + +### Features + +* migrate to ehal 1.0 ([#55](https://github.com/sousandrei/ism330dhcx/issues/55)) ([40b6b3b](https://github.com/sousandrei/ism330dhcx/commit/40b6b3bf6a35c37dce4e05ed6aff8b683b8131a3)) + ## [0.5.2](https://github.com/sousandrei/ism330dhcx/compare/v0.5.1...v0.5.2) (2023-12-17) diff --git a/Cargo.lock b/Cargo.lock index 8d82c74..e2e2923 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "ism330dhcx" -version = "0.5.2" +version = "0.6.0" dependencies = [ "approx", "defmt", diff --git a/Cargo.toml b/Cargo.toml index eb13dbc..93f89a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" name = "ism330dhcx" readme = "README.md" repository = "https://github.com/sousandrei/ism330dhcx" -version = "0.5.2" +version = "0.6.0" [dependencies]