chore: release eza v0.15.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-19 15:46:56 +02:00
parent 562ad25f86
commit e6da4ceaf6
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE
3 changed files with 39 additions and 2 deletions

View file

@ -1,5 +1,38 @@
# Changelog
## [0.15.0] - 2023-10-19
### Bug Fixes
- Reenable debug symbols in debug builds
- Clippy lint
- Merge conflict with main
### Documentation
- Correct color option spellings
### Features
- Add option --smart-group
- Add completions, man for --smart-group
- Add icons=always,auto,never. dont display icons in a tty|piped
- Fix auto value for colors and icons + documentation
- [**breaking**] Remove --no-icons in favor of --icons=always,auto,never. default is auto
### Miscellaneous Tasks
- Upgrade to uutils_term_grid from unmaintained term_grid
### Build
- Bump DeterminateSystems/nix-installer-action from 5 to 6
### Ci
- Remove stalebot, is super annoying
- Adjust test case to icons=auto (no icons should show due to tty)
## [0.14.2] - 2023-10-12
### Bug Fixes
@ -18,6 +51,10 @@
- Add missing nu shell completions
- Adding the EZA_OVERRIDE_GIT env var
### Miscellaneous Tasks
- Release eza v0.14.2
### Refactor
- Use musl target for amd64 deb package

2
Cargo.lock generated
View file

@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.14.2"
version = "0.15.0"
dependencies = [
"ansiterm",
"chrono",

View file

@ -16,7 +16,7 @@ readme = "README.md"
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
version = "0.14.2"
version = "0.15.0"
[package.metadata.deb]