diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e9e2b4..a0053ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Add `AGENTS.md` for external developer tools integration - Add two-way synchronization policy between `AGENTS.md` and `copilot-instructions.md` with automatic validation in task templates and PR checklist - Add tasks storage policy clarifying `.tasks/` (versioned) vs `.task/` (private scratch, git-ignored) +- Include `set_test_title` helper in the single-file library ## [0.24.0](https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0) - 2025-09-14 diff --git a/build.sh b/build.sh index c9680e90..081a87b7 100755 --- a/build.sh +++ b/build.sh @@ -98,6 +98,7 @@ function build::dependencies() { "src/console_header.sh" "src/console_results.sh" "src/helpers.sh" + "src/test_title.sh" "src/upgrade.sh" "src/assertions.sh" "src/reports.sh"