mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
Bump version to 0.5.1
This commit is contained in:
parent
4314a3bbdd
commit
a7394cddab
10
CHANGELOG.md
10
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
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -817,7 +817,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
||||
|
||||
[[package]]
|
||||
name = "ouch"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"atty",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
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>"]
|
||||
edition = "2021"
|
||||
readme = "README.md"
|
||||
|
Loading…
x
Reference in New Issue
Block a user