From 3f72de85457d36a39994b34a878b8c3aec4aab2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 9 Jan 2025 05:12:36 +0100 Subject: [PATCH] chore: eza v0.20.16 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 | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019ae0dab..204cd75db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.16] - 2025-01-09 + +### Features + +- Add brew icon for brewfile and brewfile.lock.json + +### Build + +- Update flake inputs 2025-01-08 +- Update cargo inputs 2025-01-08 +- Bump git2 from 0.19.0 to 0.20.0 + ## [0.20.15] - 2025-01-02 ### Features @@ -13,6 +25,10 @@ SPDX-License-Identifier: EUPL-1.2 - Add icons from nerd fonts 3.3.0 release & more - Add new icons, extensive list +### Miscellaneous Tasks + +- Eza v0.20.15 changelogs, version bump + ### Build - We switch to our own fork of natord diff --git a/Cargo.lock b/Cargo.lock index 28454dc2a..1334ec3d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.15" +version = "0.20.16" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index ee7dbb405..68bf0414a 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.15" +version = "0.20.16" [package.metadata.deb]