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"