Преглед на файлове

chore: release 0.10.6

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen преди 2 години
родител
ревизия
6f345bd3b2
променени са 3 файла, в които са добавени 28 реда и са изтрити 2 реда
  1. 26 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 26 - 0
CHANGELOG.md

@@ -2,6 +2,23 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.10.6] - 2023-08-07
+
+### Bug Fixes
+
+- Rename eza-colors-explanation
+- Exa -> eza in manpage
+
+### Documentation
+
+- Adding --git-repos to help.
+- Add aur, nixpkgs installation
+
+### Features
+
+- Use GIT_DIR env var to find the repo
+- Add color explanations
+
 ## [0.10.5] - 2023-08-03
 
 ### Bug Fixes
@@ -9,6 +26,10 @@ All notable changes to this project will be documented in this file.
 - Output wraps in terminal
 - Respect icon spacing
 
+### Miscellaneous Tasks
+
+- Release 0.10.5
+
 ## [0.10.4] - 2023-08-02
 
 ### Bug Fixes
@@ -173,6 +194,11 @@ All notable changes to this project will be documented in this file.
 - Add snap to labeler.yml
 - Add filetype.rs autolabel
 
+### Git
+
+- Use GIT_DIR env var to find the repo
+- Use open_from_env before discover
+
 ### Icons
 
 - Add Gentoo for .ebuild

+ 1 - 1
Cargo.lock

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

+ 1 - 1
Cargo.toml

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