소스 검색

chore: eza v0.20.24 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 11 달 전
부모
커밋
3ad8132f87
3개의 변경된 파일35개의 추가작업 그리고 2개의 파일을 삭제
  1. 33 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 33 - 0
CHANGELOG.md

@@ -6,12 +6,45 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.24] - 2025-03-13
+
+### Bug Fixes
+
+- Make temp files visible on white background
+
+### Documentation
+
+- More precise temp files color description
+
+### Features
+
+- Add `.exercism` folder icon
+- Add `.ocamlinit` icon
+- Add `.opam` folder icon
+
+### Miscellaneous Tasks
+
+- Add gcloud icon for .gcloudignore
+- Add vim icon for .gvimrc, _vimrc and _gvimrc
+- Add fennel icon for ~/.fennelrc and ~/.config/fennel/fennelrc
+
+### Build
+
+- Bump once_cell from 1.20.3 to 1.21.0
+- Bump terminal_size from 0.4.1 to 0.4.2
+- Bump serde from 1.0.218 to 1.0.219
+- Bump chrono from 0.4.39 to 0.4.40
+
 ## [0.20.23] - 2025-02-27
 
 ### Bug Fixes
 
 - Add Pixi installation instructions
 
+### Miscellaneous Tasks
+
+- Eza v0.20.23 changelogs, version bump
+
 ### Build
 
 - Bump libc from 0.2.169 to 0.2.170

+ 1 - 1
Cargo.lock

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