diff --git a/CHANGELOG.md b/CHANGELOG.md index 7901ede7..c7ea7407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.21.3] - 2025-05-01 + +### Features + +- Add support for .ipynb file icons + +### Styling + +- Unbreak formatting + +### Build + +- Bump DeterminateSystems/nix-installer-action from 16 to 17 +- Cargo bump 2025-05-01 +- Flake bump 2025-05-01 + ## [0.21.2] - 2025-04-25 ### Bug Fixes @@ -24,6 +40,7 @@ SPDX-License-Identifier: EUPL-1.2 ### Miscellaneous Tasks - Add icon for '.stowrc' files +- Eza v0.21.2 changelogs, version bump ### Performance diff --git a/Cargo.lock b/Cargo.lock index 25774966..e7e105f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.21.2" +version = "0.21.3" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index a934df46..324c509d 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.21.2" +version = "0.21.3" [package.metadata.deb]