Skip to content

Commit f526208

Browse files
committed
chore: eza v0.20.19 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 64cd46f commit f526208

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,45 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9+
## [0.20.19] - 2025-01-30
10+
11+
### Bug Fixes
12+
13+
- Update MSRV to 1.78 to solve rust malfunction
14+
- Rustc false dead code positives
15+
- Rustc false positives in tests
16+
- Regression in theme config location, simplify path
17+
- Wrong file name for Brewfile
18+
19+
### Documentation
20+
21+
- Add note regarding ci msrv update
22+
23+
### Features
24+
25+
- Add `.norg` icon
26+
27+
### Build
28+
29+
- Bump dirs from 5.0.1 to 6.0.0
30+
- Bump NexusPHP/no-merge-commits from 2.1.0 to 2.2.1
31+
- Bump flake
32+
- Bump cargo
33+
34+
### Ci
35+
36+
- Fix and unify msrv and add matrix to free/netbsd
37+
938
## [0.20.18] - 2025-01-23
1039

1140
### Bug Fixes
1241

1342
- Support additional yaml file extension, clippy
1443

44+
### Miscellaneous Tasks
45+
46+
- Eza v0.20.18 changelogs, version bump
47+
1548
### Build
1649

1750
- Cargo bump 2025-01-23

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readme = "README.md"
2929
homepage = "https://github.com/eza-community/eza"
3030
license = "EUPL-1.2"
3131
repository = "https://github.com/eza-community/eza"
32-
version = "0.20.18"
32+
version = "0.20.19"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)