mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 09:00:20 +00:00
chore: eza v0.21.3 changelogs, version bump
Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
parent
3715dc30a8
commit
5bf6e3d06b
3 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -6,6 +6,22 @@ SPDX-License-Identifier: EUPL-1.2
|
||||||
-->
|
-->
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.21.3] - 2025-05-01
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add support for .ipynb file icons
|
||||||
|
|
||||||
|
### Styling
|
||||||
|
|
||||||
|
- Unbreak formatting
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
- Bump DeterminateSystems/nix-installer-action from 16 to 17
|
||||||
|
- Cargo bump 2025-05-01
|
||||||
|
- Flake bump 2025-05-01
|
||||||
|
|
||||||
## [0.21.2] - 2025-04-25
|
## [0.21.2] - 2025-04-25
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -24,6 +40,7 @@ SPDX-License-Identifier: EUPL-1.2
|
||||||
### Miscellaneous Tasks
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
- Add icon for '.stowrc' files
|
- Add icon for '.stowrc' files
|
||||||
|
- Eza v0.21.2 changelogs, version bump
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -434,7 +434,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eza"
|
name = "eza"
|
||||||
version = "0.21.2"
|
version = "0.21.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi-width",
|
"ansi-width",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
|
|
|
@ -29,7 +29,7 @@ readme = "README.md"
|
||||||
homepage = "https://github.com/eza-community/eza"
|
homepage = "https://github.com/eza-community/eza"
|
||||||
license = "EUPL-1.2"
|
license = "EUPL-1.2"
|
||||||
repository = "https://github.com/eza-community/eza"
|
repository = "https://github.com/eza-community/eza"
|
||||||
version = "0.21.2"
|
version = "0.21.3"
|
||||||
|
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue