mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
chore: release eza v0.18.14
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
01919cdd53
commit
f78e4bb617
3 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,11 +1,28 @@
|
|||
# Changelog
|
||||
|
||||
## [0.18.14] - 2024-05-02
|
||||
|
||||
### Features
|
||||
|
||||
- Add icon for "cron.minutely" directory
|
||||
|
||||
### Build
|
||||
|
||||
- Bump uzers from 0.11.3 to 0.12.0
|
||||
- Bump libc from 0.2.153 to 0.2.154
|
||||
- Bump unicode-width from 0.1.11 to 0.1.12
|
||||
- Bump palette from 0.7.5 to 0.7.6
|
||||
|
||||
## [0.18.13] - 2024-04-25
|
||||
|
||||
### Features
|
||||
|
||||
- Generate completion/manpage tarballs on release
|
||||
|
||||
### Miscellaneous Tasks
|
||||
|
||||
- Release eza v0.18.13
|
||||
|
||||
## [0.18.12] - 2024-04-22
|
||||
|
||||
### Bug Fixes
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -376,7 +376,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "eza"
|
||||
version = "0.18.13"
|
||||
version = "0.18.14"
|
||||
dependencies = [
|
||||
"ansi-width",
|
||||
"chrono",
|
||||
|
|
|
@ -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.18.13"
|
||||
version = "0.18.14"
|
||||
|
||||
|
||||
[package.metadata.deb]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue