From 1f882d8155a3c253c954196dd8101ba534581d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 23 Jan 2025 06:57:40 +0100 Subject: [PATCH] chore: eza v0.20.18 changelogs, version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) 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]