diff --git a/CHANGELOG.md b/CHANGELOG.md index 118d372..9c9505b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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<_> diff --git a/Cargo.toml b/Cargo.toml index 1d4dfa3..75029ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" repository = "https://github.com/surban/usb-gadget" authors = ["Sebastian Urban "] rust-version = "1.73" -version = "0.6.0" +version = "0.7.0" edition = "2021" [features]