diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f659a5c..97bf2daec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 0caac4f94..530c945a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.14.2" +version = "0.15.0" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cc83978e7..2a0dd12da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]