Ver Fonte

chore: release eza v0.17.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen há 2 anos atrás
pai
commit
edcf392c78
3 ficheiros alterados com 42 adições e 2 exclusões
  1. 40 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 40 - 0
CHANGELOG.md

@@ -1,5 +1,41 @@
 # Changelog
 
+## [0.17.0] - 2023-12-13
+
+### Bug Fixes
+
+- Add color scale mode to the bash completions
+- Add color scale mode to the fish completions
+- Quote symbolic links correctly when their destinations contain spaces
+
+### Documentation
+
+- Modify documentation about custom time style
+
+### Features
+
+- Add BSD file flags
+- Add Windows file attributes
+- [**breaking**] Support different custom time style for non-recent/recent files
+
+### Testing
+
+- Regen powertests
+- Regenerate
+- Add tests for non-recent/recent custom time style
+- Update powertest expected help message output
+
+### Build
+
+- Update `flake.lock`
+- Bump DeterminateSystems/nix-installer-action from 8 to 9
+- Bump once_cell from 1.18.0 to 1.19.0
+- Bump libc from 0.2.150 to 0.2.151
+
+### Ci
+
+- Remove labeler
+
 ## [0.16.3] - 2023-12-07
 
 ### Bug Fixes
@@ -8,6 +44,10 @@
 - Fixing color of size unit
 - Color-scale broked size for colors
 
+### Miscellaneous Tasks
+
+- Release eza v0.16.3
+
 ### Testing
 
 - Fix powertests post-release

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.16.3"
+version = "0.17.0"
 dependencies = [
  "ansiterm",
  "chrono",

+ 1 - 1
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.16.3"
+version = "0.17.0"
 
 
 [package.metadata.deb]