Просмотр исходного кода

chore: release 0.10.5

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 лет назад
Родитель
Сommit
ad746f1d0a
3 измененных файлов с 13 добавлено и 2 удалено
  1. 11 0
      CHANGELOG.md
  2. 1 1
      Cargo.lock
  3. 1 1
      Cargo.toml

+ 11 - 0
CHANGELOG.md

@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.10.5] - 2023-08-03
+
+### Bug Fixes
+
+- Output wraps in terminal
+- Respect icon spacing
+
 ## [0.10.4] - 2023-08-02
 
 ### Bug Fixes
@@ -25,6 +32,10 @@ All notable changes to this project will be documented in this file.
 - Added ".out" files for latex
 - Add changelog generation
 
+### Miscellaneous Tasks
+
+- Release 0.10.4
+
 ## [0.10.3] - 2023-07-31
 
 ### Bug Fixes

+ 1 - 1
Cargo.lock

@@ -59,7 +59,7 @@ dependencies = [
 
 [[package]]
 name = "eza"
-version = "0.10.4"
+version = "0.10.5"
 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.4"
+version = "0.10.5"
 
 
 [[bin]]