فهرست منبع

chore: release eza v0.15.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 سال پیش
والد
کامیت
e6da4ceaf6
3فایلهای تغییر یافته به همراه39 افزوده شده و 2 حذف شده
  1. 37 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 37 - 0
CHANGELOG.md

@@ -1,5 +1,38 @@
 # Changelog
 # 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
 ## [0.14.2] - 2023-10-12
 
 
 ### Bug Fixes
 ### Bug Fixes
@@ -18,6 +51,10 @@
 - Add missing nu shell completions
 - Add missing nu shell completions
 - Adding the EZA_OVERRIDE_GIT env var
 - Adding the EZA_OVERRIDE_GIT env var
 
 
+### Miscellaneous Tasks
+
+- Release eza v0.14.2
+
 ### Refactor
 ### Refactor
 
 
 - Use musl target for amd64 deb package
 - Use musl target for amd64 deb package

+ 1 - 1
Cargo.lock

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

+ 1 - 1
Cargo.toml

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