From ed2bb74b86ab431206a41ba7effb935c91520849 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Mon, 5 Aug 2024 09:30:55 +0200 Subject: [PATCH] chore: Release xca9548a version 1.0.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfe265..ad2fbcc 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.0.0] - 2024-08-05 + ### Added - Derive `Copy`, `PartialEq`, `Eq` for `SlaveAddr`. @@ -40,7 +42,8 @@ may be some API changes in the future, in case I decide that something can be further improved. All changes will be documented in this CHANGELOG. -[Unreleased]: https://github.com/eldruin/xca9548a-rs/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/eldruin/xca9548a-rs/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/eldruin/xca9548a-rs/compare/v0.2.1...v1.0.0 [0.2.1]: https://github.com/eldruin/xca9548a-rs/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/eldruin/xca9548a-rs/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/eldruin/xca9548a-rs/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 735b0f4..2aee640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xca9548a" -version = "0.2.1" +version = "1.0.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/xca9548a-rs" license = "MIT OR Apache-2.0"