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]