Ver código fonte

chore: eza v0.21.1 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 8 meses atrás
pai
commit
62a4609e8a
3 arquivos alterados com 32 adições e 2 exclusões
  1. 30 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 30 - 0
CHANGELOG.md

@@ -6,6 +6,32 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.21.1] - 2025-04-19
+
+### Bug Fixes
+
+- Don’t truncate branch name
+- Hi extension icon wasnt working as it was in the wrong aray
+
+### Documentation
+
+- Update README.md
+- Add crates.io link for README.md badge
+
+### Miscellaneous Tasks
+
+- Add MS DOS icon for *.com
+- Add ruby icon for config.ru, Gemfile, Gemfile.lock, procfile, rake, rakefile and change ruby icon
+- Add python icon for *.pxd and *.pyx
+- Add markdown icon for *.mdx
+- Add fsharp icon for *.f# and *.fsscript
+- Add clojure icon for *.cljc and *.edn
+
+### Build
+
+- Flake bump 2025-04-19
+- Cargo bump 2025-04-19
+
 ## [0.21.0] - 2025-03-31
 
 ### Bug Fixes
@@ -16,6 +42,10 @@ SPDX-License-Identifier: EUPL-1.2
 - Formatting issue
 - Fix unused PermissionsPlus fields
 
+### Miscellaneous Tasks
+
+- Eza v0.21.0 changelogs, version bump
+
 ### Build
 
 - Cargo deps 2025-03-20

+ 1 - 1
Cargo.lock

@@ -434,7 +434,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.21.0"
+version = "0.21.1"
 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.0"
+version = "0.21.1"
 
 
 [package.metadata.deb]