Преглед изворни кода

chore: eza v0.20.6 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 1 година
родитељ
комит
1065c6daff
3 измењених фајлова са 18 додато и 3 уклоњено
  1. 16 1
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 16 - 1
CHANGELOG.md

@@ -6,16 +6,31 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.6] - 2024-10-31
+
+### Bug Fixes
+
+- Changelog spelling
+
+### Documentation
+
+- Fix typo `--get-repos-no-status` to `--git-repos-no-status`
+
+### Build
+
+- Bump serde from 1.0.210 to 1.0.214
+
 ## [0.20.5] - 2024-10-25
 
 ### Bug Fixes
 
 - Ensure nested tree parts align under item name
-- Remove deprecated `chrono` `from_timestamp_opt`
+- Remove depricated `chrono` `from_timestamp_opt`
 
 ### Miscellaneous Tasks
 
 - Update generated test files
+- Eza v0.20.5 changelogs, version bump
 
 ### Build
 

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.5"
+version = "0.20.6"
 dependencies = [
  "ansi-width",
  "backtrace",

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ readme = "README.md"
 homepage = "https://github.com/eza-community/eza"
 license = "EUPL-1.2"
 repository = "https://github.com/eza-community/eza"
-version = "0.20.5"
+version = "0.20.6"
 
 
 [package.metadata.deb]