From 1065c6daffd1351fee9bfe68fb839c68345f0056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 31 Oct 2024 14:32:47 +0100 Subject: [PATCH] chore: eza v0.20.6 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 | 17 ++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3c80619..20e47f7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,31 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.6] - 2024-10-31 + +### Bug Fixes + +- Changelog spelling + +### Documentation + +- Fix typo `--get-repos-no-status` to `--git-repos-no-status` + +### Build + +- Bump serde from 1.0.210 to 1.0.214 + ## [0.20.5] - 2024-10-25 ### Bug Fixes - Ensure nested tree parts align under item name -- Remove deprecated `chrono` `from_timestamp_opt` +- Remove depricated `chrono` `from_timestamp_opt` ### Miscellaneous Tasks - Update generated test files +- Eza v0.20.5 changelogs, version bump ### Build diff --git a/Cargo.lock b/Cargo.lock index 855e4558e..3759ae8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.5" +version = "0.20.6" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index c855babb1..8d4f45c3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,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.5" +version = "0.20.6" [package.metadata.deb]