Skip to content

Commit

Permalink
Merge pull request #498 from eza-community/cafk-release-v0.14.1
Browse files Browse the repository at this point in the history
chore: release v0.14.1
  • Loading branch information
cafkafk authored Oct 8, 2023
2 parents d4380fc + 4191c4c commit e32be28
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 4 deletions.
55 changes: 53 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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 -->

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e32be28

Please sign in to comment.