diff --git a/CHANGELOG.md b/CHANGELOG.md index dedeb15..1248b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,18 +18,26 @@ Categories Used: **Bullet points in chronological order by PR** -## [Unreleased](https://github.com/ouch-org/ouch/compare/0.4.2...HEAD) +## [Unreleased](https://github.com/ouch-org/ouch/compare/0.5.1...HEAD) ### New Features ### Bug Fixes +### Tweaks + +### Improvements + +## [0.5.1](https://github.com/ouch-org/ouch/compare/0.5.0...0.5.1) + ### Improvements - Explicitly declare feature flags `use_zlib` & `use_zstd_thin` [\#564](https://github.com/ouch-org/ouch/pull/564) ([cyqsimon](https://github.com/cyqsimon)) ### Tweaks +- Mention support for `7z` and `rar` in help message. + ## [0.5.0](https://github.com/ouch-org/ouch/compare/0.4.2...0.5.0) ### New Features diff --git a/Cargo.lock b/Cargo.lock index 3f66c0b..91d328f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "ouch" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2eca0da..119b59b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.5.0" +version = "0.5.1" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2021" readme = "README.md"