From b29eb5f241133322ec584ae1ac07f77754785136 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 24 Jun 2024 22:22:34 +0200 Subject: [PATCH] chore: Release lsm303agr version 1.1.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a20dd..024a3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - ReleaseDate +## [1.1.0] - 2024-06-24 + ### Added - Add support for async behind the `async` feature flag @@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release to crates.io. -[Unreleased]: https://github.com/eldruin/lsm303agr-rs/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/eldruin/lsm303agr-rs/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/eldruin/lsm303agr-rs/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/eldruin/lsm303agr-rs/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/eldruin/lsm303agr-rs/compare/v0.2.2...v0.3.0 [0.2.2]: https://github.com/eldruin/lsm303agr-rs/compare/v0.2.1...v0.2.2 diff --git a/Cargo.toml b/Cargo.toml index 063d190..e0a7f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lsm303agr" -version = "1.0.0" +version = "1.1.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/lsm303agr-rs" license = "MIT OR Apache-2.0"