Skip to content

Commit 286e809

Browse files
committed
Version 0.8.2
1 parent 207fe5b commit 286e809

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

aggligator-util/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to aggligator utilities will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.10.0 - 2023-09-06
9+
### Changed
10+
- update dependencies
11+
812
## 0.9.0 - 2023-07-05
913
### Added
1014
- support for packet-based transports

aggligator-util/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aggligator-util"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["Sebastian Urban <[email protected]>"]
@@ -41,7 +41,7 @@ monitor = ["crossterm"]
4141
dump = ["aggligator/dump"]
4242

4343
[dependencies]
44-
aggligator = { version = "0.8.0", path = "../aggligator" }
44+
aggligator = { version = "0.8.2", path = "../aggligator" }
4545

4646
futures = "0.3"
4747
tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] }

aggligator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to Aggligator will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.8.2 - 2023-09-06
9+
### Changed
10+
- update dependencies
11+
812
## 0.8.1 - 2023-02-13
913
### Changed
1014
- move repetitve debug messages to trace level

aggligator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aggligator"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
edition = "2021"
55
rust-version = "1.65"
66
authors = ["Sebastian Urban <[email protected]>"]

0 commit comments

Comments
 (0)