chore: release 0.10.7

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-08-13 07:23:35 +02:00
parent 5a3ef7ccc5
commit 305b3e2141
No known key found for this signature in database
GPG key ID: CDDC792F655251ED
3 changed files with 89 additions and 2 deletions

View file

@ -2,6 +2,89 @@
All notable changes to this project will be documented in this file.
## [0.10.7] - 2023-08-13
### Bug Fixes
- Broken zsh completion syntax
- Respect GIT_CEILING_DIRECTORIES
- MacOS flake support
### Documentation
- Create SECURITY.md
- Create CONTRIBUTING.md
### Features
- Add gitlab-ci.yml
- Improve icon for Earthfile
- Better.ps1, add .psd1, .psm1 icons
- Replace .bat icon by windows cli icon
- Use TeX icons and add .bib, .bst icon
- Use Ocaml logo, add .mli, .mll, .mly
- Add many more icons
- Add -w/--width to help string
- Add -w/--width to README
- Add -w/--width to flags
- Add -w/--width to manpage
- Fish -w/--width
- Zsh -w/--width
### Miscellaneous Tasks
- Add PR template
- Bump log from 0.4.14 to 0.4.20
### Refactor
- GIT_DIR handling
- Turn unused var into value
- Fix borrowed trait implements required
- Simplify format strings
- Consistent style
- Clippy::explicit_auto_deref
- Clippy::explicit_auto_deref
- Clippy::redundant_else
- Clippy::manual_map
- Clippy::semicolon_if_nothing_returned
- Clippy::extra_unused_lifetimes
- Allow clippy::wildcard_in_or_patterns
- Clippy::uninlined_format_args
- Allow Colours::new call with self
- Clippy::explicit_iter_loop
- Clippy::uninlined_format_args
- Clippy::needless_late_init
- Clippy::useless_conversion
- Clippy::implicit_clone
- Clippy::uninlined_format_args
- Clippy::into-iter-on-ref
- Clippy::semicolon_if_nothing_returned
- Clippy::into_iter_on_ref
- Clippy::needless_lifetimes
- Clippy::uninlined_format_args
- Trivial clippy lints
- Clippy::semicolon_if_nothing_returned
- Clippy::semicolon_if_nothing_returned
- Clippy::manual_let_else
- Clippy::semicolon_if_nothing_returned
- Clippy::semicolon_if_nothing_returned
- Clippy::uninlined_format_args
- Clippy::manual_let_else
- Clippy::manual_let_else
- Clippy::manual_let_else
- Clippy::manual_let_else
- Clippy::manual_let_else
- Fix trivial cast
- Clippy::needless-borrow
- TerminalWidth::deduce to -w/--width
### Ci
- Create pull_request_template.md
- Add clippy check
- Add dependabot updater
## [0.10.6] - 2023-08-07
### Bug Fixes
@ -19,6 +102,10 @@ All notable changes to this project will be documented in this file.
- Use GIT_DIR env var to find the repo
- Add color explanations
### Miscellaneous Tasks
- Release 0.10.6
## [0.10.5] - 2023-08-03
### Bug Fixes

2
Cargo.lock generated
View file

@ -53,7 +53,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.10.6"
version = "0.10.7"
dependencies = [
"ansi_term",
"datetime",

View file

@ -10,7 +10,7 @@ readme = "README.md"
homepage = "https://github.com/cafkafk/eza"
license = "MIT"
repository = "https://github.com/cafkafk/eza"
version = "0.10.6"
version = "0.10.7"
[[bin]]