chore: release eza v0.18.7

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-03-14 16:36:30 +01:00 committed by Christina E. Sørensen
parent 7eb72bd15c
commit 4702e081aa
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [0.18.7] - 2024-03-14
### Bug Fixes
- Bugfix to resolve absolute paths that are not symlinks
### Features
- Add filetype and icon for .hh extension
## [0.18.6] - 2024-03-06
### Bug Fixes
@ -26,6 +36,7 @@
### Miscellaneous Tasks
- Cleaning dirs
- Release eza v0.18.6
### Refactor

2
Cargo.lock generated
View file

@ -386,7 +386,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.18.6"
version = "0.18.7"
dependencies = [
"ansi-width",
"ansiterm",

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.18.6"
version = "0.18.7"
[package.metadata.deb]