Procházet zdrojové kódy

chore: release eza v0.17.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
fcaa4e9e02
3 změnil soubory, kde provedl 35 přidání a 2 odebrání
  1. 33 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 33 - 0
CHANGELOG.md

@@ -1,5 +1,34 @@
 # Changelog
 
+## [0.17.1] - 2024-01-11
+
+### Bug Fixes
+
+- Offset widths in grid mode with utf8 filenames
+- Format the code
+- Unformat the code where needed
+- Format the code correctly this time
+- Redo everything from scratch
+- Stack overflow when '-laaR' are used
+- Stack overflow when '-laaR' is used
+
+### Features
+
+- Add Fortran icons
+
+### Miscellaneous Tasks
+
+- Adding blake3 to checksums
+
+### Testing
+
+- Regenerate version tests... and others
+- Updated tests to fit new features
+
+### Build
+
+- Add b3sum to devshell deps
+
 ## [0.17.0] - 2023-12-13
 
 ### Bug Fixes
@@ -18,6 +47,10 @@
 - Add Windows file attributes
 - [**breaking**] Support different custom time style for non-recent/recent files
 
+### Miscellaneous Tasks
+
+- Release eza v0.17.0
+
 ### Testing
 
 - Regen powertests

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.17.0"
+version = "0.17.1"
 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.17.0"
+version = "0.17.1"
 
 
 [package.metadata.deb]