diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9766834..85e81f8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,32 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.9] - 2024-11-21 + +### Bug Fixes + +- Remove newline after doc comment of `regen` recipe + +### Refactor + +- List all recipes by default +- Group related recipes + +### Build + +- Bump libc from 0.2.162 to 0.2.164 +- Bump DeterminateSystems/nix-installer-action from 15 to 16 + ## [0.20.8] - 2024-11-14 ### Bug Fixes - Cross-compiling by updating to libz-sys to 1.1.20 +### Miscellaneous Tasks + +- Eza v0.20.8 changelogs, version bump + ### Build - Bump palette from 0.7.5 to 0.7.6 diff --git a/Cargo.lock b/Cargo.lock index c1dd744b3..fea776710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.8" +version = "0.20.9" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 2d9a44ee7..8d12495e1 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.8" +version = "0.20.9" [package.metadata.deb]