diff --git a/CHANGELOG.md b/CHANGELOG.md index 8197f976f..79a6de18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,66 @@ # Changelog +## [0.20.0] - 2024-09-26 + +### Bug Fixes + +- Flake trycmd bug +- Pre-commit-hook taplo bug + +### Documentation + +- Add link to eza-themes repository in readme +- Cargo install dir inaccurate +- Add x-cmd method to install eza +- Adding a testing infos file to guide everyone through tests + +### Features + +- Add `opml` file extension +- Add a regen rule +- [**breaking**] Relicensed to EUPL-1.2 + +### Refactor + +- Move some files to `.config` +- Release scripts use `.config` +- Relicense to EUPL-1.2 + +### Styling + +- Switch to nixfmt rfc style, format tree +- Remove blank line + +### Testing + +- Regenerate integration tests +- Regenerate tests + +### Build + +- Darwin devShell resuse eza deps +- Ensure flake inputs aren't duplicated' +- Remove semnix deps +- Bump flake lock 2024-09-26 +- Removed unused flake follows +- Add cargo to devShell +- Add clippy to devShell +- Use toolchain in devShell +- Bump libc from 0.2.158 to 0.2.159 +- Bump unicode-width from 0.1.13 to 0.2.0 + +### Ci + +- Full nix3 command output in logs +- Allow EUPL-1.2 +- Unblock windows + ## [0.19.4] - 2024-09-18 ### Bug Fixes @@ -16,6 +71,10 @@ SPDX-License-Identifier: EUPL-1.2 - Pass from serde_yaml to serde_norway +### Miscellaneous Tasks + +- Eza v0.19.4 changelogs, version bump + ## [0.19.3] - 2024-09-12 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 35fdade41..71e32f05e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.19.4" +version = "0.20.0" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index e4e21a55a..c2ae86b8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.19.4" +version = "0.20.0" [package.metadata.deb]