Skip to content

Commit 5ebe622

Browse files
committed
Version 0.7.0
1 parent 7f69fc8 commit 5ebe622

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
## 0.7.0 - 2024-03-13
9+
### Fixed
10+
- device number data types
11+
12+
813
## 0.6.0 - 2023-11-11
914
### Changed
1015
- custom interface: make status() return an Option<_>

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
repository = "https://github.com/surban/usb-gadget"
88
authors = ["Sebastian Urban <surban@surban.net>"]
99
rust-version = "1.73"
10-
version = "0.6.0"
10+
version = "0.7.0"
1111
edition = "2021"
1212

1313
[features]

0 commit comments

Comments
 (0)