Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 7, 2023
1 parent cbb1d2e commit f6e7406
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.0 - 2023-11-07
### Added
- custom interface: support usage with external USB gadget
registration and pre-mounted FunctionFS
- custom interface: allow specification of FunctionFS
mount options and skip of interface initialization
- allow gadget registration without binding
### Changed
- custom interface: switch to Bytes-based buffers


## 0.4.1 - 2023-11-01
### Added
- examples
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.4.1"
version = "0.5.0"
edition = "2021"

[features]
Expand Down

0 comments on commit f6e7406

Please sign in to comment.