From 5ebe622dd8dbf789a3298db4632ea4c96b4d13cd Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 14 Mar 2024 13:43:39 +0100 Subject: [PATCH] Version 0.7.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]