Browse Source

chore: eza v0.21.3 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 9 months ago
parent
commit
5bf6e3d06b
3 changed files with 19 additions and 2 deletions
  1. 17 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 17 - 0
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
 

+ 1 - 1
Cargo.lock

@@ -434,7 +434,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.21.2"
+version = "0.21.3"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
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]