From 286e80950ccf390b550ea079c00b4667711faf55 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Wed, 6 Sep 2023 12:33:37 +0200 Subject: [PATCH] Version 0.8.2 --- aggligator-util/CHANGELOG.md | 4 ++++ aggligator-util/Cargo.toml | 4 ++-- aggligator/CHANGELOG.md | 4 ++++ aggligator/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 96764ee..eb1c32d 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.10.0 - 2023-09-06 +### Changed +- update dependencies + ## 0.9.0 - 2023-07-05 ### Added - support for packet-based transports diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index f4b5db4..aaeca9c 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.9.0" +version = "0.10.0" edition = "2021" rust-version = "1.65" authors = ["Sebastian Urban "] @@ -41,7 +41,7 @@ monitor = ["crossterm"] dump = ["aggligator/dump"] [dependencies] -aggligator = { version = "0.8.0", path = "../aggligator" } +aggligator = { version = "0.8.2", path = "../aggligator" } futures = "0.3" tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] } diff --git a/aggligator/CHANGELOG.md b/aggligator/CHANGELOG.md index 0363427..5fb9954 100644 --- a/aggligator/CHANGELOG.md +++ b/aggligator/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to Aggligator 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.8.2 - 2023-09-06 +### Changed +- update dependencies + ## 0.8.1 - 2023-02-13 ### Changed - move repetitve debug messages to trace level diff --git a/aggligator/Cargo.toml b/aggligator/Cargo.toml index b63e704..f02a2f7 100644 --- a/aggligator/Cargo.toml +++ b/aggligator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator" -version = "0.8.1" +version = "0.8.2" edition = "2021" rust-version = "1.65" authors = ["Sebastian Urban "]