Skip to content

Commit 319baea

Browse files
committed
Release v0.5.0
1 parent 81b92b9 commit 319baea

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.5.0] - 2025-09-08
1011

1112
### Added
1213

1314
* Support for GD32VF103 chips (#25)
1415

1516
### Changed
1617

17-
* Use `critical-section` crate for critical sections.
18-
* Replaced bundled RAL macros with `ral-registers`
18+
* Use `critical-section` crate for critical sections (#28)
19+
* Replaced bundled RAL macros with `ral-registers` (#45)
1920

2021

2122
## [v0.4.0] - 2023-11-18
@@ -26,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2627

2728

2829

29-
[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...HEAD
30+
[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...HEAD
31+
[0.4.0]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.5.0...v0.4.0
3032
[0.4.0]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...v0.3.2
3133
[0.3.2]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.3.2...v0.3.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synopsys-usb-otg"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Vadim Kaushan <[email protected]>"]
55
description = "'usb-device' implementation for Synopsys USB OTG IP cores"
66
edition = "2018"

0 commit comments

Comments
 (0)