Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Apr 22, 2024
1 parent 56aa50b commit 09349b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.7.1 - 2024-04-22
### Fixed
- maximum device current handling
- use correct bcdVersion in descriptor


## 0.7.0 - 2024-03-13
### Fixed
- device number data types
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.7.0"
version = "0.7.1"
edition = "2021"

[features]
Expand Down

0 comments on commit 09349b3

Please sign in to comment.