Skip to content

Commit 601dc0c

Browse files
committed
Release v0.4.0
1 parent 1052d1a commit 601dc0c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v0.4.0] - 2023-11-18
11+
1012
### Changed
1113
* `usb-device` version bumped to v0.3.0
1214

1315

1416

15-
[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.3.2...HEAD
17+
[Unreleased]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...HEAD
18+
[0.4.0]: https://github.com/stm32-rs/synopsys-usb-otg/compare/v0.4.0...v0.3.2
1619
[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.3.2"
3+
version = "0.4.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)