From 535da55df764e63d9550819d7db1d6dfed84a0ad Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 19 Nov 2022 21:43:50 -0300 Subject: [PATCH] chore: Release compress-tools version 0.14.0 --- CHANGES.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f77976f..94019fe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [0.14.0] - 2022-11-20 + * Raise MSRV to 1.59.0 * Change to 2021 edition * Drop lifetime annotations of reader parameter in `ArchiveIterator::from_read` diff --git a/Cargo.toml b/Cargo.toml index 9740779..c16d4fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compress-tools" -version = "0.13.0" +version = "0.14.0" authors = ["Jonathas-Conceicao "] description = "Utility functions for compressed and archive files handling" repository = "https://github.com/OSSystems/compress-tools-rs"