chore: release eza v0.17.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-12-13 17:39:56 +01:00 committed by Christina E. Sørensen
parent 2bedc823c3
commit edcf392c78
3 changed files with 42 additions and 2 deletions

View file

@ -1,5 +1,41 @@
# Changelog
## [0.17.0] - 2023-12-13
### Bug Fixes
- Add color scale mode to the bash completions
- Add color scale mode to the fish completions
- Quote symbolic links correctly when their destinations contain spaces
### Documentation
- Modify documentation about custom time style
### Features
- Add BSD file flags
- Add Windows file attributes
- [**breaking**] Support different custom time style for non-recent/recent files
### Testing
- Regen powertests
- Regenerate
- Add tests for non-recent/recent custom time style
- Update powertest expected help message output
### Build
- Update `flake.lock`
- Bump DeterminateSystems/nix-installer-action from 8 to 9
- Bump once_cell from 1.18.0 to 1.19.0
- Bump libc from 0.2.150 to 0.2.151
### Ci
- Remove labeler
## [0.16.3] - 2023-12-07
### Bug Fixes
@ -8,6 +44,10 @@
- Fixing color of size unit
- Color-scale broked size for colors
### Miscellaneous Tasks
- Release eza v0.16.3
### Testing
- Fix powertests post-release

2
Cargo.lock generated
View file

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.16.3"
version = "0.17.0"
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.3"
version = "0.17.0"
[package.metadata.deb]