chore: release 0.10.5

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-08-03 10:14:47 +02:00
parent 4733827886
commit ad746f1d0a
No known key found for this signature in database
GPG key ID: CDDC792F655251ED
3 changed files with 13 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

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