diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dc3f7..9712de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.5.0] - 2025-09-08 ### Added @@ -14,8 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -* Use `critical-section` crate for critical sections. -* Replaced bundled RAL macros with `ral-registers` +* Use `critical-section` crate for critical sections (#28) +* Replaced bundled RAL macros with `ral-registers` (#45) ## [v0.4.0] - 2023-11-18 @@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...HEAD +[0.4.0]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...v0.4.0 [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 d25d028..700c3e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "synopsys-usb-otg" -version = "0.4.0" +version = "0.5.0" authors = ["Vadim Kaushan "] description = "'usb-device' implementation for Synopsys USB OTG IP cores" edition = "2018"