From 59462f62a08cd21d8208f26e07cd9b9f9be205a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Wed, 11 Dec 2024 17:22:08 +0100 Subject: [PATCH] chore: eza v0.20.12 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 | 29 +++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a95ee049..303c0bf04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,41 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.12] - 2024-12-11 + +### Bug Fixes + +- Add unicode-3.0 license +- Use safe terminal_size_of +- Use terminal_size_of with borrowed raw handle + +### Features + +- Move MSRV to 1.74 and deep bump cargo deps +- Add Gleam lang icon + +### Testing + +- Regen for 1.74 + +### Build + +- Bump terminal_size from 0.3.0 to 0.4.1 + +### Ci + +- Openbsd 7.4 -> 7.6 + ## [0.20.11] - 2024-12-05 ### Bug Fixes - Bump libc from 0.2.165 to 0.2.167 +### Miscellaneous Tasks + +- Eza v0.20.11 changelogs, version bump + ## [0.20.10] - 2024-11-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a07fab785..80733c29d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.11" +version = "0.20.12" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 84770111f..4ac5d761a 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.11" +version = "0.20.12" [package.metadata.deb]