diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6178b51..4a95ee049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,22 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.11] - 2024-12-05 + +### Bug Fixes + +- Bump libc from 0.2.165 to 0.2.167 + ## [0.20.10] - 2024-11-28 ### Bug Fixes - People dislike the phrasing "maintained" on hackernews +### Miscellaneous Tasks + +- Eza v0.20.10 changelogs, version bump + ### Build - Bump libc from 0.2.164 to 0.2.165 diff --git a/Cargo.lock b/Cargo.lock index e622cf0d6..6a81090a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.10" +version = "0.20.11" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 99f9347b0..0a79bb9cd 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.10" +version = "0.20.11" [package.metadata.deb]