mirror of
https://github.com/eza-community/eza.git
synced 2025-07-07 19:35:33 +00:00
chore: eza v0.22.0 changelogs, version bump
Some checks failed
Unit tests / check_if_pr (push) Has been cancelled
Unit tests / security_audit (push) Has been cancelled
Unit tests / no-merge-commits (push) Has been cancelled
Unit tests / Conventional Commits (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 (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 / 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
Unit tests / unit-tests-openbsd (push) Has been cancelled
Some checks failed
Unit tests / check_if_pr (push) Has been cancelled
Unit tests / security_audit (push) Has been cancelled
Unit tests / no-merge-commits (push) Has been cancelled
Unit tests / Conventional Commits (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 (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 / 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
Unit tests / unit-tests-openbsd (push) Has been cancelled
Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
parent
cf8669ebf6
commit
77d8b53826
3 changed files with 27 additions and 2 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -6,6 +6,30 @@ SPDX-License-Identifier: EUPL-1.2
|
|||
-->
|
||||
# Changelog
|
||||
|
||||
## [0.22.0] - 2025-07-03
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Replace default_input_path check with "." check
|
||||
|
||||
### Documentation
|
||||
|
||||
- "cheks" should be "checks"
|
||||
|
||||
### Features
|
||||
|
||||
- [**breaking**] Define -d/--treat-dirs-as-files behavior, tests
|
||||
|
||||
### Build
|
||||
|
||||
- Bump phf from 0.11.3 to 0.12.1
|
||||
- Cargo bump 2025-07-03
|
||||
- Flake bump 2025-07-03
|
||||
|
||||
### Ci
|
||||
|
||||
- Automate dependency updates
|
||||
|
||||
## [0.21.6] - 2025-06-26
|
||||
|
||||
### Documentation
|
||||
|
@ -19,6 +43,7 @@ SPDX-License-Identifier: EUPL-1.2
|
|||
### Miscellaneous Tasks
|
||||
|
||||
- Upgrade FreeBSD to 14.3-RELEASE in unit tests workflow
|
||||
- Eza v0.21.6 changelogs, version bump
|
||||
|
||||
### Build
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -434,7 +434,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "eza"
|
||||
version = "0.21.6"
|
||||
version = "0.22.0"
|
||||
dependencies = [
|
||||
"ansi-width",
|
||||
"backtrace",
|
||||
|
|
|
@ -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.21.6"
|
||||
version = "0.22.0"
|
||||
|
||||
|
||||
[package.metadata.deb]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue