Quellcode durchsuchen

chore: release eza v0.18.16

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen vor 1 Jahr
Ursprung
Commit
bbede6d453
3 geänderte Dateien mit 24 neuen und 2 gelöschten Zeilen
  1. 22 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 22 - 0
CHANGELOG.md

@@ -1,5 +1,23 @@
 # Changelog
 
+## [0.18.16] - 2024-05-16
+
+### Bug Fixes
+
+- Change windows-only imports to be windows-only
+
+### Documentation
+
+- Replace decay with color-scale
+- Update INSTALL.md
+- Fix typo in `INSTALL.md`
+- Use 3 columns for packaging status badge
+
+### Build
+
+- Bump DeterminateSystems/flake-checker-action from 5 to 7
+- Bump DeterminateSystems/nix-installer-action from 10 to 11
+
 ## [0.18.15] - 2024-05-09
 
 ### Bug Fixes
@@ -18,6 +36,10 @@
 - Return to original commit at the end of deb-package.sh
 - Add optional tag argument to deb-package.sh
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.15
+
 ## [0.18.14] - 2024-05-02
 
 ### Features

+ 1 - 1
Cargo.lock

@@ -376,7 +376,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.18.15"
+version = "0.18.16"
 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.15"
+version = "0.18.16"
 
 
 [package.metadata.deb]