diff --git a/CHANGELOG.md b/CHANGELOG.md index 427d6629..0f54449c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.22.0] - 2025-07-03 + +### Bug Fixes + +- Replace default_input_path check with "." check + +### Documentation + +- "cheks" should be "checks" + +### Features + +- [**breaking**] Define -d/--treat-dirs-as-files behavior, tests + +### Build + +- Bump phf from 0.11.3 to 0.12.1 +- Cargo bump 2025-07-03 +- Flake bump 2025-07-03 + +### Ci + +- Automate dependency updates + ## [0.21.6] - 2025-06-26 ### Documentation @@ -19,6 +43,7 @@ SPDX-License-Identifier: EUPL-1.2 ### Miscellaneous Tasks - Upgrade FreeBSD to 14.3-RELEASE in unit tests workflow +- Eza v0.21.6 changelogs, version bump ### Build diff --git a/Cargo.lock b/Cargo.lock index 8a3e4715..72b5f489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.21.6" +version = "0.22.0" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b9cc7452..70cc3d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.21.6" +version = "0.22.0" [package.metadata.deb]