Parcourir la source

chore: release eza v0.18.13

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen il y a 1 an
Parent
commit
8b7dc5f517
3 fichiers modifiés avec 23 ajouts et 2 suppressions
  1. 21 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 21 - 0
CHANGELOG.md

@@ -1,5 +1,22 @@
 # Changelog
 
+## [0.18.13] - 2024-04-25
+
+### Features
+
+- Generate completion/manpage tarballs on release
+
+## [0.18.12] - 2024-04-22
+
+### Bug Fixes
+
+- Allow unused imports for freebsd
+- Checking for deref flag in file_name
+
+### Features
+
+- Add scheme filetype and icons
+
 ## [0.18.11] - 2024-04-19
 
 ### Bug Fixes
@@ -8,6 +25,10 @@
 - Enable the rule only for NetBSD.
 - Build aarch64, arm without libgit2
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.11
+
 ### Ci
 
 - Bump NetBSD version to 10.0

+ 1 - 1
Cargo.lock

@@ -370,7 +370,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.18.11"
+version = "0.18.13"
 dependencies = [
  "ansi-width",
  "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.18.11"
+version = "0.18.13"
 
 
 [package.metadata.deb]