Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 9, 2023
1 parent 5d67f1c commit 46fb08b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.5.1 - 2023-11-09
### Added
- interface-specific device class

## 0.5.0 - 2023-11-07
### Added
- custom interface: support usage with external USB gadget
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 <surban@surban.net>"]
rust-version = "1.73"
version = "0.5.0"
version = "0.5.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/gadget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl Class {
}

/// Indicates that class information should be determined from the interface descriptors in the device.
///
///
/// Can only be used as device class.
pub const fn interface_specific() -> Self {
Self::new(0, 0, 0)
Expand Down

0 comments on commit 46fb08b

Please sign in to comment.