Skip to content

Commit 27fe395

Browse files
committed
chore: eza v0.23.1 changelogs, version bump
Signed-off-by: Christina Sørensen <ces@fem.gg>
1 parent 8dcb3a0 commit 27fe395

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9+
## [0.23.1] - 2025-08-29
10+
11+
### Bug Fixes
12+
13+
- Restore unsafe blocks for libc major/minor device id
14+
- `cargo deb` metadata to `LICENSE.txt`
15+
16+
### Documentation
17+
18+
- Improve man page description of flags with default values
19+
- "default behavior" means eza's default behavior, not an option's default value
20+
21+
### Features
22+
23+
- Added completion
24+
25+
### Build
26+
27+
- Cargo bump 2025-07-19
28+
- Flake bump 2025-07-19
29+
930
## [0.23.0] - 2025-07-18
1031

1132
### Bug Fixes
@@ -25,6 +46,7 @@ SPDX-License-Identifier: EUPL-1.2
2546
### Miscellaneous Tasks
2647

2748
- Remove unused dependency
49+
- Eza v0.23.0 changelogs, version bump
2850

2951
## [0.22.1] - 2025-07-12
3052

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.23.0"
32+
version = "0.23.1"
3333

3434

3535
[package.metadata.deb]

0 commit comments

Comments
 (0)