chore: eza v0.23.4 changelogs, version bump
Some checks failed
Unit tests / security_audit (push) Has been cancelled
Unit tests / check_if_pr (push) Has been cancelled
Unit tests / no-merge-commits (push) Has been cancelled
Unit tests / Conventional Commits (push) Has been cancelled
Unit tests / unit-tests (macos-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (macos-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (ubuntu-latest, stable) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, beta) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, msrv) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, nightly) (push) Has been cancelled
Unit tests / unit-tests (windows-latest, stable) (push) Has been cancelled
Unit tests / Check Nix Flake (push) Has been cancelled
Unit tests / Build Nix package (push) Has been cancelled
Unit tests / unit-tests-openbsd (push) Has been cancelled
Unit tests / unit-tests-freebsd (beta) (push) Has been cancelled
Unit tests / unit-tests-freebsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-freebsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-freebsd (stable) (push) Has been cancelled
Unit tests / unit-tests-netbsd (beta) (push) Has been cancelled
Unit tests / unit-tests-netbsd (msrv) (push) Has been cancelled
Unit tests / unit-tests-netbsd (nightly) (push) Has been cancelled
Unit tests / unit-tests-netbsd (stable) (push) Has been cancelled

Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
Christina Sørensen 2025-10-03 22:09:00 +02:00 committed by Christina Sørensen
parent 0e47631992
commit 5b7bc61765
3 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,13 @@ SPDX-License-Identifier: EUPL-1.2
-->
# Changelog
## [0.23.3] - 2025-09-13
## [0.23.4] - 2025-10-03
### Bug Fixes
- Update nixpkgs/cargo dependencies
## [0.23.3] - 2025-09-14
### Documentation
@ -19,6 +25,7 @@ SPDX-License-Identifier: EUPL-1.2
### Miscellaneous Tasks
- Update snapcraft manifest for core24
- Eza v0.23.3 changelogs, version bump
### Build

2
Cargo.lock generated
View file

@ -411,7 +411,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.23.3"
version = "0.23.4"
dependencies = [
"ansi-width",
"backtrace",

View file

@ -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.23.3"
version = "0.23.4"
[package.metadata.deb]