From 972f58274fd4d8727bd5b817bda4bdc070fa7734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 09:29:14 +0000 Subject: [PATCH 1/2] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52eaead..40a2418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.12](https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12) - 2024-07-21 + +### Other +- Enable customizing Zstd decoding parameters. +- clippy +- *(deps)* update proptest-derive requirement from 0.4 to 0.5 +- continuous release-plz + ## [0.4.11](https://github.com/Nullus157/async-compression/compare/v0.4.10...v0.4.11) - 2024-05-30 ### Other diff --git a/Cargo.toml b/Cargo.toml index c1456a0..0215300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.11" +version = "0.4.12" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" From 1218b8495495d03614bf25d1a073836faa5ad9ff Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 21 Jul 2024 10:30:35 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a2418..816ed19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.12](https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12) - 2024-07-21 -### Other +### Feature - Enable customizing Zstd decoding parameters. -- clippy -- *(deps)* update proptest-derive requirement from 0.4 to 0.5 -- continuous release-plz ## [0.4.11](https://github.com/Nullus157/async-compression/compare/v0.4.10...v0.4.11) - 2024-05-30