Skip to content

Commit 6ff233a

Browse files
committed
chore: eza v0.20.23 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 2a9892a commit 6ff233a

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

CHANGELOG.md

+26-10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9+
## [0.20.23] - 2025-02-27
10+
11+
### Bug Fixes
12+
13+
- Add Pixi installation instructions
14+
15+
### Build
16+
17+
- Bump libc from 0.2.169 to 0.2.170
18+
- Bump serde from 1.0.217 to 1.0.218
19+
- Bump log from 0.4.25 to 0.4.26
20+
- Bump trycmd from 0.15.8 to 0.15.9
21+
22+
### Ci
23+
24+
- Remove magic nix cache
25+
926
## [0.20.22] - 2025-02-20
1027

1128
### Features
@@ -17,6 +34,10 @@ SPDX-License-Identifier: EUPL-1.2
1734
- Add renovate icon for renovate.json
1835
- Add elixir icon for *.eex, *.leex and mix.lock
1936

37+
### Miscellaneous Tasks
38+
39+
- Eza v0.20.22 changelogs, version bump
40+
2041
### Build
2142

2243
- Bump once_cell from 1.20.2 to 1.20.3
@@ -815,16 +836,6 @@ SPDX-License-Identifier: EUPL-1.2
815836

816837
## [0.18.13] - 2024-04-25
817838

818-
### Features
819-
820-
- Generate completion/manpage tarballs on release
821-
822-
### Miscellaneous Tasks
823-
824-
- Release eza v0.18.13
825-
826-
## [0.18.12] - 2024-04-22
827-
828839
### Bug Fixes
829840

830841
- Allow unused imports for freebsd
@@ -833,6 +844,11 @@ SPDX-License-Identifier: EUPL-1.2
833844
### Features
834845

835846
- Add scheme filetype and icons
847+
- Generate completion/manpage tarballs on release
848+
849+
### Miscellaneous Tasks
850+
851+
- Release eza v0.18.13
836852

837853
## [0.18.11] - 2024-04-19
838854

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.22"
32+
version = "0.20.23"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)