diff --git a/CHANGELOG.md b/CHANGELOG.md index c436058d2..ac9de3761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,41 @@ SPDX-License-Identifier: EUPL-1.2 --> # Changelog +## [0.20.14] - 2024-12-26 + +### Bug Fixes + +- ...those pesky workflow targets +- Remove separate bsd tests +- Remove audit workflow + +### Features + +- Audit checks in main CI + +### Refactor + +- Move eza, trycmd packages +- Move BSD unit tests to main flow + +### Styling + +- Format workflows +- Ci checks formatted + +### Build + +- Cargo 2024-12-25 + +### Ci + +- Simplify +- Let's just always run em' +- Only run big checks on PRs to main +- Faster flake checks... maybe? +- Flakes on latest ubuntu +- Only do no-merge-commits on PR + ## [0.20.13] - 2024-12-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 05d8700ae..3329e95e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "eza" -version = "0.20.13" +version = "0.20.14" dependencies = [ "ansi-width", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 5e3e6dfdf..7afc0087e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ readme = "README.md" homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.20.13" +version = "0.20.14" [package.metadata.deb]