summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-04-15 15:07:54 +0800
committerGitHub <noreply@github.com>2024-04-15 15:07:54 +0800
commit86a17cb00246daa70e61287587418ff4298a44eb (patch)
tree1bad880405c4654e5dd392431dc05fad9bf6405c /CHANGELOG.md
parentcc5685ba6caa0afb2e8694c02f04a4e877e1d9d9 (diff)
CI refactor (#399)
* CI refactor * Don't error when no bandwhich stderr files are found * Specify explicit target when running tests * Fix typo * Set `--color never` correctly for tests * Unset `--color never` - because the extraneous escape characters don't seem to be related to colours * Write changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 514557b..2f960c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* CI: strip release binaries for all targets #358 - @cyqsimon
* Bump MSRV to 1.74 (required by clap 4.5; see #373)
* CI: Configure dependabot grouping #395 - @cyqsimon
+* CI refactor #399 - @cyqsimon
## [0.22.2] - 2024-01-28