From 291212a99c034a9ac5462a80e488f19cf04141db Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sat, 27 May 2023 14:07:14 -0700 Subject: [PATCH] Bump version to 0.9.1 --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f033712d..b4404d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -184,4 +184,10 @@ ### Added - - `flush_on_finish_file` parameter for `ZipWriter`. \ No newline at end of file + - `flush_on_finish_file` parameter for `ZipWriter`. + +## [0.9.1] + +### Added + + - Zopfli for aggressive Deflate compression. \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 29ac853f..d7f95351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zip_next" -version = "0.9.0" +version = "0.9.1" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick ", "Chris Hennick "] license = "MIT" diff --git a/README.md b/README.md index f8aa7671..76e83ad6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ zip_next [![Build Status](https://github.com/Pr0methean/zip-next/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pr0methean/zip-next/actions?query=branch%3Amaster+workflow%3ACI) [![Crates.io version](https://img.shields.io/crates/v/zip_next.svg)](https://crates.io/crates/zip_next) -[Documentation](https://docs.rs/zip_next/0.9.0/zip_next/) +[Documentation](https://docs.rs/zip_next/0.9.1/zip_next/) Info ---- @@ -32,14 +32,14 @@ With all default features: ```toml [dependencies] -zip_next = "0.9.0" +zip_next = "0.9.1" ``` Without the default features: ```toml [dependencies] -zip_next = { version = "0.9.0", default-features = false } +zip_next = { version = "0.9.1", default-features = false } ``` The features available are: