Prechádzať zdrojové kódy

chore: release eza v0.18.15

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 rok pred
rodič
commit
7437c2a1c3
3 zmenil súbory, kde vykonal 24 pridanie a 2 odobranie
  1. 22 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 22 - 0
CHANGELOG.md

@@ -1,11 +1,33 @@
 # Changelog
 
+## [0.18.15] - 2024-05-09
+
+### Bug Fixes
+
+- Correct command for latest tag in deb-package.sh
+
+### Documentation
+
+- Add how to find man pages in terminal and online. Partly fixes #967
+- Correct heading levels in markdown
+- Move heading out of collapsed section
+- Add some keywords for benefit of ctrl-f
+
+### Features
+
+- Return to original commit at the end of deb-package.sh
+- Add optional tag argument to deb-package.sh
+
 ## [0.18.14] - 2024-05-02
 
 ### Features
 
 - Add icon for "cron.minutely" directory
 
+### Miscellaneous Tasks
+
+- Release eza v0.18.14
+
 ### Build
 
 - Bump uzers from 0.11.3 to 0.12.0

+ 1 - 1
Cargo.lock

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