Skip to content

Commit b4ccf53

Browse files
committedSep 12, 2024··
chore: eza v0.19.3 changelogs, version bump
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
1 parent 3c12d8a commit b4ccf53

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed
 

‎CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [0.19.3] - 2024-09-12
4+
5+
### Bug Fixes
6+
7+
- Convert empty space to %20 when render hyperlinks
8+
- Split commit workflows and run no-merge-commits only on PRs
9+
- Correct naming of commit related workflows
10+
11+
### Documentation
12+
13+
- Better version bump commit summary
14+
15+
### Features
16+
17+
- Add no-merge-commits job to commits workflow
18+
19+
### Miscellaneous Tasks
20+
21+
- Rename justfile
22+
23+
### Refactor
24+
25+
- Rename conventional-commits workflow to commits
26+
27+
### Build
28+
29+
- Bump DeterminateSystems/nix-installer-action from 13 to 14
30+
- Bump DeterminateSystems/flake-checker-action from 8 to 9
31+
- Bump actions/checkout from 3 to 4
32+
- Bump libc from 0.2.155 to 0.2.158
33+
- Bump nu-ansi-term from 0.50.0 to 0.50.1
34+
335
## [0.19.2] - 2024-09-05
436

537
### Bug Fixes
@@ -43,6 +75,10 @@
4375
- Add custom deserialize_color and use in StyleOverride
4476
- Outsource color_from_str function to make it testable
4577

78+
### Miscellaneous Tasks
79+
80+
- Release eza v0.19.2
81+
4682
### Refactor
4783

4884
- Simplify icon style setting in FileName.paint

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616
homepage = "https://github.com/eza-community/eza"
1717
license = "MIT"
1818
repository = "https://github.com/eza-community/eza"
19-
version = "0.19.2"
19+
version = "0.19.3"
2020

2121

2222
[package.metadata.deb]

0 commit comments

Comments
 (0)
Please sign in to comment.