diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cb357d3..2b6bfe497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.19.3] - 2024-09-12 + +### Bug Fixes + +- Convert empty space to %20 when render hyperlinks +- Split commit workflows and run no-merge-commits only on PRs +- Correct naming of commit related workflows + +### Documentation + +- Better version bump commit summary + +### Features + +- Add no-merge-commits job to commits workflow + +### Miscellaneous Tasks + +- Rename justfile + +### Refactor + +- Rename conventional-commits workflow to commits + +### Build + +- Bump DeterminateSystems/nix-installer-action from 13 to 14 +- Bump DeterminateSystems/flake-checker-action from 8 to 9 +- Bump actions/checkout from 3 to 4 +- Bump libc from 0.2.155 to 0.2.158 +- Bump nu-ansi-term from 0.50.0 to 0.50.1 + ## [0.19.2] - 2024-09-05 ### Bug Fixes @@ -43,6 +75,10 @@ - Add custom deserialize_color and use in StyleOverride - Outsource color_from_str function to make it testable +### Miscellaneous Tasks + +- Release eza v0.19.2 + ### Refactor - Simplify icon style setting in FileName.paint diff --git a/Cargo.lock b/Cargo.lock index 5de1c84a4..5963d56d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.19.2" +version = "0.19.3" dependencies = [ "ansi-width", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 58a2b3df5..308f059a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.19.2" +version = "0.19.3" [package.metadata.deb]