Skip to content

Commit

Permalink
aggligator-util version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 26, 2024
1 parent 49942e6 commit 79f4256
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.14.0 - 2024-03-26
### Added
- FreeBSD support
- agg-speed: warning for debug builds
### Changed
- update rustls to 0.23

## 0.13.2 - 2024-03-14
### Fixed
- documentation
Expand Down
6 changes: 3 additions & 3 deletions aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-util"
version = "0.13.2"
version = "0.14.0"
edition = "2021"
rust-version = "1.70"
authors = ["Sebastian Urban <surban@surban.net>"]
Expand Down Expand Up @@ -57,9 +57,9 @@ async-trait = "0.1"
bytes = "1"

bluer = { version = "0.17", default-features = false, optional = true }
rustls = { version = "0.22", optional = true }
rustls = { version = "0.23", optional = true }
rustls-pemfile = { version = "2.0", optional = true }
tokio-rustls = { version = "0.25", optional = true }
tokio-rustls = { version = "0.26", optional = true }
rand = { version = "0.8", optional = true }
rand_xoshiro = { version = "0.6", optional = true }
clap = { version = "4", features = ["derive"], optional = true }
Expand Down

0 comments on commit 79f4256

Please sign in to comment.