chore: release eza v0.17.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-01-11 15:56:44 +01:00 committed by Christina E. Sørensen
parent 582603b3cc
commit fcaa4e9e02
3 changed files with 35 additions and 2 deletions

View file

@ -1,5 +1,34 @@
# Changelog
## [0.17.1] - 2024-01-11
### Bug Fixes
- Offset widths in grid mode with utf8 filenames
- Format the code
- Unformat the code where needed
- Format the code correctly this time
- Redo everything from scratch
- Stack overflow when '-laaR' are used
- Stack overflow when '-laaR' is used
### Features
- Add Fortran icons
### Miscellaneous Tasks
- Adding blake3 to checksums
### Testing
- Regenerate version tests... and others
- Updated tests to fit new features
### Build
- Add b3sum to devshell deps
## [0.17.0] - 2023-12-13
### Bug Fixes
@ -18,6 +47,10 @@
- Add Windows file attributes
- [**breaking**] Support different custom time style for non-recent/recent files
### Miscellaneous Tasks
- Release eza v0.17.0
### Testing
- Regen powertests

2
Cargo.lock generated
View file

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