mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +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**
|
**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
2
Cargo.lock
generated
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user