Bump version to 0.5.1

This commit is contained in:
João Marcos P. Bezerra 2023-12-05 13:21:02 -03:00 committed by João Marcos
parent 4314a3bbdd
commit a7394cddab
3 changed files with 11 additions and 3 deletions

View File

@ -18,18 +18,26 @@ Categories Used:
**Bullet points in chronological order by PR** **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 ### New Features
### Bug Fixes ### Bug Fixes
### Tweaks
### Improvements
## [0.5.1](https://github.com/ouch-org/ouch/compare/0.5.0...0.5.1)
### Improvements ### Improvements
- Explicitly declare feature flags `use_zlib` & `use_zstd_thin` [\#564](https://github.com/ouch-org/ouch/pull/564) ([cyqsimon](https://github.com/cyqsimon)) - Explicitly declare feature flags `use_zlib` & `use_zstd_thin` [\#564](https://github.com/ouch-org/ouch/pull/564) ([cyqsimon](https://github.com/cyqsimon))
### Tweaks ### 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) ## [0.5.0](https://github.com/ouch-org/ouch/compare/0.4.2...0.5.0)
### New Features ### New Features

2
Cargo.lock generated
View File

@ -817,7 +817,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]] [[package]]
name = "ouch" name = "ouch"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"atty", "atty",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ouch" name = "ouch"
version = "0.5.0" version = "0.5.1"
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"] authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"