chore: release eza v0.18.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-02-01 05:55:30 +01:00 committed by Christina E. Sørensen
parent d1fcd88933
commit 1e091f18b8
3 changed files with 26 additions and 2 deletions

View file

@ -1,5 +1,28 @@
# Changelog
## [0.18.0] - 2024-02-01
### Features
- [**breaking**] Add --classify=always,auto,never
### Miscellaneous Tasks
- Remove rustfmt config file that has a nightly only option in favor of rustfmt skip directive which is already in place
- Fix small typo in pull request template
### Refactor
- Change cast to coertion, remove rustfmt skip and clippy lint ignore directives
### Testing
- Regenerate classification related tests
### Build
- Change flake inputs
## [0.17.3] - 2024-01-25
### Bug Fixes
@ -9,6 +32,7 @@
### Miscellaneous Tasks
- Avoid `unwrap()` by changing filter-then-map to `filter_map`
- Release eza v0.17.3
### Build

2
Cargo.lock generated
View file

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.17.3"
version = "0.18.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.17.3"
version = "0.18.0"
[package.metadata.deb]