Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -1,11 +1,29 @@
# Changelog
+## [0.18.22] - 2024-07-18
+
+### Bug Fixes
+- Use NaiveDateTime::from_timestamp_opt instead of panicky From impl
+### Features
+- Add non-nix pre-commit rustfmt and clippy hooks
+### Ci
+- Bump FreeBSD version.
## [0.18.21] - 2024-07-01
### Bug Fixes
- Fix missing line breaks in _eza
+### Miscellaneous Tasks
+- Release eza v0.18.21
## [0.18.20] - 2024-06-27
### Features
@@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "eza"
-version = "0.18.21"
+version = "0.18.22"
dependencies = [
"ansi-width",
"chrono",
@@ -16,7 +16,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
[package.metadata.deb]