Ver código fonte

chore: eza v0.20.1 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 ano atrás
pai
commit
74fed8cefc
4 arquivos alterados com 45 adições e 4 exclusões
  1. 41 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml
  4. 2 2
      flake.nix

+ 41 - 0
CHANGELOG.md

@@ -6,6 +6,43 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.1] - 2024-10-03
+
+### Bug Fixes
+
+- Release recipe
+- Support passing multiple options for generate-trycmd-test.sh
+- Move options into flags
+- Rustfmt errors
+
+### Documentation
+
+- Fix cross-references
+- Update file type colors
+- Document that exit 13 == permission denied
+
+### Features
+
+- Update just, add more formats
+- Recursively walk symlinks pointing at dirs
+- Add --follow-symlinks option
+- Add autocomplete for --follow-symlinks
+- Show directories last
+
+### Testing
+
+- Add cases for -T and --follow-symlinks
+- Regenerate tests broken by line number changes
+
+### Build
+
+- Fix manual version
+- Bump once_cell from 1.19.0 to 1.20.1
+
+### Ci
+
+- Remove flakehub, flakestry publish
+
 ## [0.20.0] - 2024-09-26
 
 ### Bug Fixes
@@ -26,6 +63,10 @@ SPDX-License-Identifier: EUPL-1.2
 - Add a regen rule
 - [**breaking**] Relicensed to EUPL-1.2
 
+### Miscellaneous Tasks
+
+- Eza v0.20.0 changelogs, version bump
+
 ### Refactor
 
 - Move some files to `.config`

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.0"
+version = "0.20.1"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "EUPL-1.2"
 repository = "https://github.com/eza-community/eza"
-version = "0.20.0"
+version = "0.20.1"
 
 
 [package.metadata.deb]

+ 2 - 2
flake.nix

@@ -269,8 +269,8 @@
           nativeBuildInputs =
             with pkgs;
             [
-              cargo
-              clippy
+              # cargo
+              # clippy
               rustup
               toolchain
               just