Kaynağa Gözat

chore: eza v0.20.3 changelogs, version bump

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 1 yıl önce
ebeveyn
işleme
7dbf234cb9
3 değiştirilmiş dosya ile 66 ekleme ve 43 silme
  1. 64 41
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 64 - 41
CHANGELOG.md

@@ -6,6 +6,16 @@ SPDX-License-Identifier: EUPL-1.2
 -->
 # Changelog
 
+## [0.20.3] - 2024-10-17
+
+### Bug Fixes
+
+- Git cliff docs issue
+
+### Performance
+
+- Reuse filetype from DirEntry
+
 ## [0.20.2] - 2024-10-09
 
 ### Bug Fixes
@@ -17,6 +27,7 @@ SPDX-License-Identifier: EUPL-1.2
 ### Miscellaneous Tasks
 
 - Add fox installation option
+- Eza v0.20.2 changelogs, version bump
 
 ### Build
 
@@ -1397,11 +1408,6 @@ SPDX-License-Identifier: EUPL-1.2
 - Add gentoo
 - Fix gentoo install
 - Add MacPorts install info
-- Remove xtests section from readme
-- Add deprecation warning to xtests/readme
-- Add deprecation warning to just xtest commands
-- Add deprecation warning to vagrantfile
-- Add guidelines for commit messages
 - Add pthorpe92 gist
 - Add docs for --git-repos & --git-repos-no-status
 - Fix gpg armor flag for deb release in readme
@@ -1522,6 +1528,14 @@ SPDX-License-Identifier: EUPL-1.2
 - Enforce conventional commits
 - Enforce conventional commits
 
+### Doc
+
+- Remove xtests section from readme
+- Add deprecation warning to xtests/readme
+- Add deprecation warning to just xtest commands
+- Add deprecation warning to vagrantfile
+- Add guidelines for commit messages
+
 ## [0.11.1] - 2023-09-11
 
 ### Bug Fixes
@@ -1685,13 +1699,7 @@ SPDX-License-Identifier: EUPL-1.2
 ### Documentation
 
 - Update issue templates
-- Add git-ignore style/color information to manpage
-- --blocksize, new description
-- --blocksize, new description
-- --blocksize, new description
 - Cafkafk -> eza-community
-- Add gpg public key for the deb repository
-- Add section about debian and ubuntu installation
 
 ### Features
 
@@ -1762,6 +1770,15 @@ SPDX-License-Identifier: EUPL-1.2
 
 - Change users depedency to uzers
 
+### Doc
+
+- Add git-ignore style/color information to manpage
+- --blocksize, new description
+- --blocksize, new description
+- --blocksize, new description
+- Add gpg public key for the deb repository
+- Add section about debian and ubuntu installation
+
 ### Git
 
 - Add deb package to .gitignore
@@ -1774,11 +1791,6 @@ SPDX-License-Identifier: EUPL-1.2
 - MacOS flake support
 - Broken zsh completion syntax
 
-### Documentation
-
-- Create SECURITY.md
-- Create CONTRIBUTING.md
-
 ### Features
 
 - Add gitlab-ci.yml
@@ -1850,6 +1862,11 @@ SPDX-License-Identifier: EUPL-1.2
 - Add clippy check
 - Add dependabot updater
 
+### Doc
+
+- Create SECURITY.md
+- Create CONTRIBUTING.md
+
 ## [0.10.6] - 2023-08-07
 
 ### Bug Fixes
@@ -1860,7 +1877,6 @@ SPDX-License-Identifier: EUPL-1.2
 ### Documentation
 
 - Adding --git-repos to help.
-- Add aur, nixpkgs installation
 
 ### Features
 
@@ -1871,6 +1887,10 @@ SPDX-License-Identifier: EUPL-1.2
 
 - Release 0.10.6
 
+### Doc
+
+- Add aur, nixpkgs installation
+
 ### Git
 
 - Use GIT_DIR env var to find the repo
@@ -1950,30 +1970,6 @@ SPDX-License-Identifier: EUPL-1.2
 - Update snapscraft.yaml
 - Remove accidentally commited test files
 
-### Documentation
-
-- Add hint how to install exa on Android / Termux
-- Add -X/--dereference flag
-- Change name in README.md
-- Add `nix run` to readme
-- Fix flow issue
-- Fix typos
-- Add mandatory snowflake emoji
-- Document nix flake development
-- Document nix flakew
-- Update README.md
-- Update README.md
-- Update README.md
-- Update README.md
-- Update README.md
-- Readme change screenshot to eza
-- Add CoC badge to readme
-- Add CODE_OF_CONDUCT.md
-- Add crates.io badge, license badge
-- Fix links
-- Update README.md
-- Update README.md
-
 ### Feat
 
 - Add JPF to image filetype
@@ -2083,6 +2079,33 @@ SPDX-License-Identifier: EUPL-1.2
 
 - `filter` is only used when recursing
 
+### Doc
+
+- Add -X/--dereference flag
+- Change name in README.md
+- Add `nix run` to readme
+- Fix flow issue
+- Fix typos
+- Add mandatory snowflake emoji
+- Document nix flake development
+- Document nix flakew
+- Update README.md
+- Update README.md
+- Update README.md
+- Update README.md
+- Update README.md
+- Readme change screenshot to eza
+- Add CoC badge to readme
+- Add CODE_OF_CONDUCT.md
+- Add crates.io badge, license badge
+- Fix links
+- Update README.md
+- Update README.md
+
+### Documentation
+
+- Add hint how to install exa on Android / Termux
+
 ### Git-feature
 
 - Display if a file is updated but unmerged (conflicted)

+ 1 - 1
Cargo.lock

@@ -438,7 +438,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.20.2"
+version = "0.20.3"
 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.2"
+version = "0.20.3"
 
 
 [package.metadata.deb]