diff --git a/CHANGELOG.md b/CHANGELOG.md index 6213fa1ae..04fdb71ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,31 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.18] - 2025-01-23 + +### Bug Fixes + +- Support additional yaml file extension, clippy + +### Build + +- Cargo bump 2025-01-23 +- Flake bump 2025-01-23 + +### Ci + +- Use rust 1.74 instead of latest via rustup + ## [0.20.17] - 2025-01-16 ### Features - Add editorconfig icon for .editorconfig +### Miscellaneous Tasks + +- Eza v0.20.17 changelogs, version bump + ### Build - Cargo bump 2025-01-16 diff --git a/Cargo.lock b/Cargo.lock index fbafd1c9b..26eec2c75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.17" +version = "0.20.18" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 29c58e330..45fc52b37 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.20.17" +version = "0.20.18" [package.metadata.deb]