فهرست منبع

chore: release eza v0.16.1

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

+ 31 - 0
CHANGELOG.md

@@ -1,5 +1,35 @@
 # Changelog
 
+## [0.16.1] - 2023-11-23
+
+### Bug Fixes
+
+- Don't panic with todo!() on inaccessible dir
+- Don't panic if the btime of a file is Err
+- Lifetime annotations and manpage/shell completion nits
+- Reflow help
+
+### Features
+
+- Handle formatting and display of binary extended attributes.
+- Add netbsd and freebsd support for extended attributes
+
+### Miscellaneous Tasks
+
+- Update flake inputs
+
+### Testing
+
+- Vars mocking
+- Display and meta options
+- Filtering and sorting
+- Long view options
+- Regenerate `--help` tests
+
+### Build
+
+- Sign release tags
+
 ## [0.16.0] - 2023-11-16
 
 ### Bug Fixes
@@ -25,6 +55,7 @@
 
 - Ignore blame from #644
 - Stabilize powertest version
+- Release eza v0.16.0
 
 ### Testing
 

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.16.0"
+version = "0.16.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.16.0"
+version = "0.16.1"
 
 
 [package.metadata.deb]