chore: release eza v0.16.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-11-23 04:13:18 +01:00
parent 88b9ddced9
commit 28954eeeec
3 changed files with 33 additions and 2 deletions

View file

@ -1,5 +1,35 @@
# Changelog
## [0.16.1] - 2023-11-23
### Bug Fixes
- Don't panic with todo!() on inaccessible dir
- Don't panic if the btime of a file is Err
- Lifetime annotations and manpage/shell completion nits
- Reflow help
### Features
- Handle formatting and display of binary extended attributes.
- Add netbsd and freebsd support for extended attributes
### Miscellaneous Tasks
- Update flake inputs
### Testing
- Vars mocking
- Display and meta options
- Filtering and sorting
- Long view options
- Regenerate `--help` tests
### Build
- Sign release tags
## [0.16.0] - 2023-11-16
### Bug Fixes
@ -25,6 +55,7 @@
- Ignore blame from #644
- Stabilize powertest version
- Release eza v0.16.0
### Testing

2
Cargo.lock generated
View file

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.16.0"
version = "0.16.1"
dependencies = [
"ansiterm",
"chrono",

View file

@ -16,7 +16,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
version = "0.16.0"
version = "0.16.1"
[package.metadata.deb]