From a95f7021a7a57cbf8f67f972305fa10f5e9758c3 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Wed, 5 Jul 2023 14:05:43 +0200 Subject: [PATCH] Util version 0.9.0 --- aggligator-util/CHANGELOG.md | 6 ++++++ aggligator-util/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index 9bbc928..96764ee 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9.0 - 2023-07-05 +### Added +- support for packet-based transports +- WebSocket transport +- method to query whether Acceptor is empty + ## 0.8.0 - 2023-02-13 ### Changed - use Aggligator 0.8.0 diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index 77f79ab..9d736b9 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.8.0" +version = "0.9.0" edition = "2021" rust-version = "1.65" authors = ["Sebastian Urban "]