From faf17bec8e19ddd17f03d27954257799a17fe5db Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Mon, 29 Apr 2024 19:11:24 +0200 Subject: [PATCH] Aggligator-util version 0.15.0 --- aggligator-util/CHANGELOG.md | 5 +++++ aggligator-util/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index c9f35a2..9896979 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to aggligator utilities will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.15.0 - 2024-04-29 +### Changed +- update usb-gadget to 0.7 +- update upc to 0.5 + ## 0.14.0 - 2024-03-26 ### Added - FreeBSD support diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 2ec9382..5d02f14 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.14.0" +version = "0.15.0" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "]