Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 11, 2023
1 parent 3aa82e7 commit 5a69cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## 0.6.0 - 2023-11-11
### Changed
- custom interface: make status() return an Option<_>


## 0.5.2 - 2023-11-09
### Changed
- use old value for bcdVersion of OS descriptors for compatibility
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
repository = "https://github.com/surban/usb-gadget"
authors = ["Sebastian Urban <[email protected]>"]
rust-version = "1.73"
version = "0.5.2"
version = "0.6.0"
edition = "2021"

[features]
Expand Down

0 comments on commit 5a69cd4

Please sign in to comment.