From 472630e23b27a24f8b95a5dcc36ebbf59909c7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Wed, 9 Oct 2024 09:24:26 +0200 Subject: [PATCH] chore: eza v0.20.2 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 | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2fbce01b..9ba2c1e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.2] - 2024-10-09 + +### Bug Fixes + +- Colors in old ms command prompt +- Bring help text in line with available flags +- Do not print parent filename with --absolute=on + +### Miscellaneous Tasks + +- Add fox installation option + +### Build + +- Bump once_cell from 1.20.1 to 1.20.2 + ## [0.20.1] - 2024-10-03 ### Bug Fixes @@ -29,6 +45,10 @@ SPDX-License-Identifier: EUPL-1.2 - Add autocomplete for --follow-symlinks - Show directories last +### Miscellaneous Tasks + +- Eza v0.20.1 changelogs, version bump + ### Testing - Add cases for -T and --follow-symlinks diff --git a/Cargo.lock b/Cargo.lock index 89a2d31e7..7e9fcf831 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.1" +version = "0.20.2" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 0001b94bd..9203fa51f 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.1" +version = "0.20.2" [package.metadata.deb]