chore: release eza v0.15.2

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-11-02 10:09:00 +01:00
parent a68062ca38
commit 9d4b94de03
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE
3 changed files with 28 additions and 2 deletions

View File

@ -1,5 +1,27 @@
# Changelog
## [0.15.2] - 2023-11-02
### Bug Fixes
- Correct width when --no-quotes is used
- Clippy lint and add option to grid-details
- --smart-group only works for current user
### Features
- Add Typst to the recognized files
### Refactor
- Replace `lazy_static` with `once_cell`
- Replace plain values with TextColours
### Testing
- Added more content to the dir generator
- Changed size of one of the files
## [0.15.1] - 2023-10-26
### Bug Fixes
@ -24,6 +46,10 @@
- Support for displaying blocksize on directories
### Miscellaneous Tasks
- Release eza v0.15.1
### Refactor
- Move total-size calculations to File

2
Cargo.lock generated
View File

@ -356,7 +356,7 @@ dependencies = [
[[package]]
name = "eza"
version = "0.15.1"
version = "0.15.2"
dependencies = [
"ansiterm",
"chrono",

View File

@ -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.15.1"
version = "0.15.2"
[package.metadata.deb]