Browse Source

chore: release eza v0.18.0

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 năm trước cách đây
mục cha
commit
1e091f18b8
3 tập tin đã thay đổi với 26 bổ sung2 xóa
  1. 24 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 24 - 0
CHANGELOG.md

@@ -1,5 +1,28 @@
 # Changelog
 
+## [0.18.0] - 2024-02-01
+
+### Features
+
+- [**breaking**] Add --classify=always,auto,never
+
+### Miscellaneous Tasks
+
+- Remove rustfmt config file that has a nightly only option in favor of rustfmt skip directive which is already in place
+- Fix small typo in pull request template
+
+### Refactor
+
+- Change cast to coertion, remove rustfmt skip and clippy lint ignore directives
+
+### Testing
+
+- Regenerate classification related tests
+
+### Build
+
+- Change flake inputs
+
 ## [0.17.3] - 2024-01-25
 
 ### Bug Fixes
@@ -9,6 +32,7 @@
 ### Miscellaneous Tasks
 
 - Avoid `unwrap()` by changing filter-then-map to `filter_map`
+- Release eza v0.17.3
 
 ### Build
 

+ 1 - 1
Cargo.lock

@@ -387,7 +387,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.17.3"
+version = "0.18.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.17.3"
+version = "0.18.0"
 
 
 [package.metadata.deb]