From 859eb3756f882c1901f166293343a9086601f3bf Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 4 Mar 2024 09:56:32 +0100 Subject: [PATCH 1/3] Preparing for 0.3.2 release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bad56..9583f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.3.2] - 2024-03-04 + ### Added * A new `log` feature can be enabled to provide logging and tracing information about the USB interface. @@ -81,7 +83,8 @@ as this was not intended to be used in the public API. This is the initial release to crates.io. -[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.2 [0.3.1]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0 [0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9 diff --git a/Cargo.toml b/Cargo.toml index 0083a54..d5c2c6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usb-device" description = "USB stack for embedded devices." -version = "0.3.1" +version = "0.3.2" edition = "2018" readme = "README.md" keywords = ["no-std", "embedded", "usb"] From a158cfa49a4ac3c63b9d854070619a76458fe396 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 6 Mar 2024 10:05:40 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Jonathan 'theJPster' Pallant --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9583f65..224cbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,7 +84,7 @@ as this was not intended to be used in the public API. This is the initial release to crates.io. [Unreleased]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.2...HEAD -[0.3.2]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.2 +[0.3.2]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/rust-embedded-community/usb-device/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.9...v0.3.0 [0.2.9]: https://github.com/rust-embedded-community/usb-device/compare/v0.2.8...v0.2.9 From bb4e9f106bc079df9ccee7d0506535f674707e4e Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Wed, 6 Mar 2024 10:06:14 +0100 Subject: [PATCH 3/3] Bumping release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224cbc8..dfaba74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.3.2] - 2024-03-04 +## [0.3.2] - 2024-03-06 ### Added * A new `log` feature can be enabled to provide logging and tracing information about the USB