From 0862493ebded918454f97e7291537ce4e2643711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 28 Nov 2024 07:55:19 +0100 Subject: [PATCH] chore: eza v0.20.10 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 | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e81f8d2..bb6178b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,26 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.10] - 2024-11-28 + +### Bug Fixes + +- People dislike the phrasing "maintained" on hackernews + +### Build + +- Bump libc from 0.2.164 to 0.2.165 + ## [0.20.9] - 2024-11-21 ### Bug Fixes - Remove newline after doc comment of `regen` recipe +### Miscellaneous Tasks + +- Eza v0.20.9 changelogs, version bump + ### Refactor - List all recipes by default diff --git a/Cargo.lock b/Cargo.lock index aecaca9a5..b3f0074cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.9" +version = "0.20.10" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 8d12495e1..99f9347b0 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.9" +version = "0.20.10" [package.metadata.deb]