Skip to content

Commit a3b0c8b

Browse files
committed
chore: eza v0.20.0 changelogs, version bump
Signed-off-by: Christina Sørensen <[email protected]>
1 parent 5a1ce0b commit a3b0c8b

File tree

3 files changed

+62
-3
lines changed

3 files changed

+62
-3
lines changed

Diff for: CHANGELOG.md

+60-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,66 @@
11
<!--
2-
SPDX-FileCopyrightText: 2023-2024 Christina Sørensen
2+
SPDX-FileCopyrightText: 2024 Christina Sørensen
33
SPDX-FileContributor: Christina Sørensen
44
55
SPDX-License-Identifier: EUPL-1.2
66
-->
77
# Changelog
88

9+
## [0.20.0] - 2024-09-26
10+
11+
### Bug Fixes
12+
13+
- Flake trycmd bug
14+
- Pre-commit-hook taplo bug
15+
16+
### Documentation
17+
18+
- Add link to eza-themes repository in readme
19+
- Cargo install dir inaccurate
20+
- Add x-cmd method to install eza
21+
- Adding a testing infos file to guide everyone through tests
22+
23+
### Features
24+
25+
- Add `opml` file extension
26+
- Add a regen rule
27+
- [**breaking**] Relicensed to EUPL-1.2
28+
29+
### Refactor
30+
31+
- Move some files to `.config`
32+
- Release scripts use `.config`
33+
- Relicense to EUPL-1.2
34+
35+
### Styling
36+
37+
- Switch to nixfmt rfc style, format tree
38+
- Remove blank line
39+
40+
### Testing
41+
42+
- Regenerate integration tests
43+
- Regenerate tests
44+
45+
### Build
46+
47+
- Darwin devShell resuse eza deps
48+
- Ensure flake inputs aren't duplicated'
49+
- Remove semnix deps
50+
- Bump flake lock 2024-09-26
51+
- Removed unused flake follows
52+
- Add cargo to devShell
53+
- Add clippy to devShell
54+
- Use toolchain in devShell
55+
- Bump libc from 0.2.158 to 0.2.159
56+
- Bump unicode-width from 0.1.13 to 0.2.0
57+
58+
### Ci
59+
60+
- Full nix3 command output in logs
61+
- Allow EUPL-1.2
62+
- Unblock windows
63+
964
## [0.19.4] - 2024-09-18
1065

1166
### Bug Fixes
@@ -16,6 +71,10 @@ SPDX-License-Identifier: EUPL-1.2
1671

1772
- Pass from serde_yaml to serde_norway
1873

74+
### Miscellaneous Tasks
75+
76+
- Eza v0.19.4 changelogs, version bump
77+
1978
## [0.19.3] - 2024-09-12
2079

2180
### Bug Fixes

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.md"
1818
homepage = "https://github.com/eza-community/eza"
1919
license = "EUPL-1.2"
2020
repository = "https://github.com/eza-community/eza"
21-
version = "0.19.4"
21+
version = "0.20.0"
2222

2323

2424
[package.metadata.deb]

0 commit comments

Comments
 (0)