From 29366eb2115f08a021427bcc05790fe2dce72832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 20 Jan 2024 18:55:07 +0100 Subject: [PATCH] chore: release eza v0.17.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- CHANGELOG.md | 122 ++++++++++++++++++++++----------------------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 55 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 414a157b..4d56e148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.17.2] - 2024-01-20 + +### Bug Fixes + +- Crash using --git-repos on unreadable dir +- Crash using --git-repos on unreadable dir + +### Build + +- Add cargo-bump for releasing + ## [0.17.1] - 2024-01-11 ### Bug Fixes @@ -19,6 +30,7 @@ ### Miscellaneous Tasks - Adding blake3 to checksums +- Release eza v0.17.1 ### Testing @@ -1220,6 +1232,7 @@ ### Documentation +- Add hint how to install exa on Android / Termux - Change name in README.md - Add `nix run` to readme - Fix flow issue @@ -1240,8 +1253,14 @@ - Update README.md - Update README.md +### Feat + +- Add JPF to image filetype + ### Features +- Add support Typescript and ReasonML projects +- New Icons and CLI argument to suppress icons - Add sty file - Add julia file extension icon - Add status for git repos @@ -1265,21 +1284,37 @@ - Add compressed types - Add compressed icons +### Fixup + +- Split prefix tests by property + ### Improve - Vim icon +### Makefile + +- Be compatible with BSD and OS X + ### Miscellaneous Tasks +- Update zoneinfo_compiled, datetime to 0.5 +- Update users to 0.10 +- PR feedback - Bump to v0.10.2 - Bump to v0.10.3 - Update cargo lock ### Refactor +- Use shorthand fields - Removed commented code - Sorted file types, color table +### StatResult + +- :Path -> Dir + ### Styling - Add icon for reStructuredText (src) files @@ -1288,10 +1323,18 @@ - Change to /usr/bin/env bash +### ToStr + +- :to_str -> ToString::to_string + ### Add - Mp2 audio format icon +### Build + +- Use binary name only + ### Ci - Remove unused .github files @@ -1312,92 +1355,33 @@ - Add snap to labeler.yml - Add filetype.rs autolabel +### Details + +- `filter` is only used when recursing + ### Git - Use GIT_DIR env var to find the repo - Use open_from_env before discover -### Icons - -- Add Gentoo for .ebuild - -### Src/main.rs - -- Remove clippy::unnested_or_patterns - -## [0.10.0] - 2021-04-03 - -### Documentation - -- Add hint how to install exa on Android / Termux - -### Features - -- Add support Typescript and ReasonML projects -- New Icons and CLI argument to suppress icons - -### Miscellaneous Tasks - -- Update zoneinfo_compiled, datetime to 0.5 -- Update users to 0.10 -- PR feedback - -### Build - -- Use binary name only - ### Git-feature - Display if a file is updated but unmerged (conflicted) -## [0.9.0] - 2019-07-15 +### Icons -### Feat - -- Add JPF to image filetype - -### Refactor - -- Use shorthand fields - -## [0.8.0] - 2017-09-30 - -### Vagrant - -- Update apt before installing - -## [0.4.1] - 2017-03-26 - -### Fixup - -- Split prefix tests by property +- Add Gentoo for .ebuild ### Io - :Result -> IOResult -## [0.4.0] - 2015-10-18 +### Src/main.rs -### Makefile +- Remove clippy::unnested_or_patterns -- Be compatible with BSD and OS X +### Vagrant -## [0.3.0] - 2015-06-05 - -### StatResult - -- :Path -> Dir - -## [0.2.0] - 2015-03-02 - -### Details - -- `filter` is only used when recursing - -## [0.1.0] - 2015-02-21 - -### ToStr - -- :to_str -> ToString::to_string +- Update apt before installing diff --git a/Cargo.lock b/Cargo.lock index dced68c3..52c56fca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.17.1" +version = "0.17.2" dependencies = [ "ansiterm", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eeb97052..cd7ac0f4 100644 --- a/Cargo.toml +++ b/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.17.1" +version = "0.17.2" [package.metadata.deb]