Browse Source

chore: eza v0.20.19 changelogs, version bump

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 year ago
parent
commit
f526208cfe
3 changed files with 35 additions and 2 deletions
  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.19] - 2025-01-30
+
+### Bug Fixes
+
+- Update MSRV to 1.78 to solve rust malfunction
+- Rustc false dead code positives
+- Rustc false positives in tests
+- Regression in theme config location, simplify path
+- Wrong file name for Brewfile
+
+### Documentation
+
+- Add note regarding ci msrv update
+
+### Features
+
+- Add `.norg` icon
+
+### Build
+
+- Bump dirs from 5.0.1 to 6.0.0
+- Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.1
+- Bump flake
+- Bump cargo
+
+### Ci
+
+- Fix and unify msrv and add matrix to free/netbsd
+
 ## [0.20.18] - 2025-01-23
 
 ### Bug Fixes
 
 - Support additional yaml file extension, clippy
 
+### Miscellaneous Tasks
+
+- Eza v0.20.18 changelogs, version bump
+
 ### Build
 
 - Cargo bump 2025-01-23

+ 1 - 1
Cargo.lock

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