Просмотр исходного кода

chore: eza v0.21.2 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 9 месяцев назад
Родитель
Сommit
ac2ed4d13f
3 измененных файлов с 34 добавлено и 2 удалено
  1. 32 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 32 - 0
CHANGELOG.md

@@ -6,6 +6,37 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.21.2] - 2025-04-25
+
+### Bug Fixes
+
+- Make clippy work again
+
+### Documentation
+
+- Update Fedora install instructions for Fedora 42
+- Specify perf improvements
+
+### Features
+
+- Remove dependency on once_cell
+
+### Miscellaneous Tasks
+
+- Add icon for '.stowrc' files
+
+### Performance
+
+- Use a hashmap when possible for file extension matching
+
+### Styling
+
+- Clean up glob matching code
+
+### Build
+
+- Bump uutils_term_grid from 0.6.0 to 0.7.0
+
 ## [0.21.1] - 2025-04-19
 
 ### Bug Fixes
@@ -26,6 +57,7 @@ SPDX-License-Identifier: EUPL-1.2
 - Add markdown icon for *.mdx
 - Add fsharp icon for *.f# and *.fsscript
 - Add clojure icon for *.cljc and *.edn
+- Eza v0.21.1 changelogs, version bump
 
 ### Build
 

+ 1 - 1
Cargo.lock

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