Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 14, 2024
1 parent 7f69fc8 commit 5ebe622
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.7.0 - 2024-03-13
### Fixed
- device number data types


## 0.6.0 - 2023-11-11
### Changed
- custom interface: make status() return an Option<_>
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.6.0"
version = "0.7.0"
edition = "2021"

[features]
Expand Down

0 comments on commit 5ebe622

Please sign in to comment.