From f03efdf9ef20cdf180a6a4f7ee9ad20e54ac4e3e Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Tue, 7 Nov 2023 22:45:26 +0100 Subject: [PATCH] aggligator-util version 0.11.0 --- aggligator-util/CHANGELOG.md | 4 ++++ aggligator-util/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 70518e9..10583ed 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,10 @@ 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.11.0 - 2023-11-07 +### Changed +- update upc to 0.3.1 + ## 0.10.2 - 2023-11-03 ### Added - USB transport using USB packet channel (UPC) diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index f1f7763..175e999 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.10.2" +version = "0.11.0" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "]