We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f69fc8 commit 5ebe622Copy full SHA for 5ebe622
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog],
6
and this project adheres to [Semantic Versioning].
7
8
+## 0.7.0 - 2024-03-13
9
+### Fixed
10
+- device number data types
11
+
12
13
## 0.6.0 - 2023-11-11
14
### Changed
15
- custom interface: make status() return an Option<_>
Cargo.toml
@@ -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.6.0"
+version = "0.7.0"
edition = "2021"
[features]
0 commit comments