From fd845efe8a995670776c8a7e9af8b82e8d2cd5b7 Mon Sep 17 00:00:00 2001 From: Jason Vranek Date: Tue, 17 Mar 2026 08:29:18 -0700 Subject: [PATCH 1/2] v0.9.4-rc1 changelog notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..699e34fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +### v0.9.4-rc1 +- Unifies the `pbs`, `signer`, and `cli` binaries into one: `commit-boost`. This change changes the CLI, notably the `cli --init` command is now invoked as `commit-boost cli init`. +- Includes new quality of life testing improvements in the Justfile: unit test coverage tooling, local Kurtosis testnet, and microbenchmark diffing. +- Robustifies the release process to ensure no compromised maintainer can unilaterally cut a release. Additionally all binaries are now signed during CI and can easily be verified before use. \ No newline at end of file From 3cb1267c0b4f7ee9655046ae5f0cfdb0d9cdec61 Mon Sep 17 00:00:00 2001 From: JasonVranek Date: Wed, 18 Mar 2026 16:28:23 +0000 Subject: [PATCH 2/2] Update changelog for v0.9.4-rc1 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699e34fd..1bebb339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ ### v0.9.4-rc1 -- Unifies the `pbs`, `signer`, and `cli` binaries into one: `commit-boost`. This change changes the CLI, notably the `cli --init` command is now invoked as `commit-boost cli init`. +- Unifies the `pbs`, `signer`, and `cli` binaries into one: `commit-boost`. This change changes the CLI, notably the `init` command is now invoked as `commit-boost init --config `. - Includes new quality of life testing improvements in the Justfile: unit test coverage tooling, local Kurtosis testnet, and microbenchmark diffing. -- Robustifies the release process to ensure no compromised maintainer can unilaterally cut a release. Additionally all binaries are now signed during CI and can easily be verified before use. \ No newline at end of file +- Robustifies the release process to ensure no compromised maintainer can unilaterally cut a release. Additionally all binaries are now signed during CI and can easily be verified before use.