Ver código fonte

chore: release eza v0.14.1

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 anos atrás
pai
commit
4191c4cf1d
3 arquivos alterados com 55 adições e 4 exclusões
  1. 53 2
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 53 - 2
CHANGELOG.md

@@ -1,6 +1,52 @@
 # Changelog
 
-All notable changes to this project will be documented in this file.
+## [0.14.1] - 2023-10-08
+
+### Bug Fixes
+
+- Replace left-over exa in fish completion
+- Diabling static linked binaries due to segfault
+- Make os error 13 fail loud
+- Adjust change width calculations for hyperlink and classify
+- Root group not painted as expected when eza used by root
+
+### Documentation
+
+- Fix typos
+- Add zsh with homebrew part to completions section
+- Installation on fedora updated
+
+### Features
+
+- Add basic nushell completion file
+- Add codeowner for nu completions
+- Readded musl static bin as it works
+
+### Refactor
+
+- Align completions
+- Do not match for numbers and remove single-use fn
+- Consistent argument order
+
+### Testing
+
+- Classify-hyperlink test case for width 50
+- Move classify tests to local
+
+### Build
+
+- Make checksums easier to copy-paste
+- Bump trycmd from 0.14.17 to 0.14.19
+- Improve release automation
+- Fix version bump
+- Fix double echo
+- Automate gh release
+- Add `codegen-units = 1` and remove `opt-level = 3`
+- Add back `opt-level = 3`
+
+### Ci
+
+- Treat warnings as errors
 
 ## [0.14.0] - 2023-10-02
 
@@ -34,6 +80,7 @@ All notable changes to this project will be documented in this file.
 - Description of `--color` in README, manpage, and completions
 - Change `color` to `colo[u]r` in the option description.
 - Updated man to add new colors
+- Correct CONTRIBUTING.md on commit message type
 
 ### Features
 
@@ -52,6 +99,10 @@ All notable changes to this project will be documented in this file.
 - Added fdmdownload icon
 - Adding the possibility to change git-repos colors
 
+### Miscellaneous Tasks
+
+- Release 0.14.0
+
 ### Refactor
 
 - Ignore options/flags.rs
@@ -985,4 +1036,4 @@ All notable changes to this project will be documented in this file.
 
 - :to_str -> ToString::to_string
 
-<!-- generated by git-cliff -->
+

+ 1 - 1
Cargo.lock

@@ -356,7 +356,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.14.0"
+version = "0.14.1"
 dependencies = [
  "ansiterm",
  "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.14.0"
+version = "0.14.1"
 
 
 [package.metadata.deb]