From 601dc0c286435090b1d60ddb734f626b27ff71e5 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sat, 18 Nov 2023 19:54:20 +0200 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb7651..c8adf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.4.0] - 2023-11-18 + ### Changed * `usb-device` version bumped to v0.3.0 -[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.3.2...HEAD +[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...v0.3.2 [0.3.2]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.3.2...v0.3.1 diff --git a/Cargo.toml b/Cargo.toml index 93a745c..05713fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synopsys-usb-otg" -version = "0.3.2" +version = "0.4.0" authors = ["Vadim Kaushan "] description = "'usb-device' implementation for Synopsys USB OTG IP cores" edition = "2018"