From aaac1a62ca0049d46f054389ae1465bef64a0c17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:12:20 +0000 Subject: [PATCH] chore: release v0.4.23 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caed29e..21d06c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.23](https://github.com/Nullus157/async-compression/compare/v0.4.22...v0.4.23) - 2025-04-21 + +### Other + +- *(deps)* update brotli requirement from 7.0 to 8.0 +- *(deps)* update liblzma requirement from 0.3.6 to 0.4.0 + ## [0.4.22](https://github.com/Nullus157/async-compression/compare/v0.4.21...v0.4.22) - 2025-03-25 ### Other diff --git a/Cargo.toml b/Cargo.toml index 4e10283..697a574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.22" +version = "0.4.23" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2"