From 0c1ce8b0bdf29c11410e9c915d608d77a7ff70ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:06:47 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea901b4..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.3" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd192be..5e9615e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.11.0](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.3...v1.11.0) (2026-08-18) + + +### Features + +* **review:** compare against the merge base and reuse the PR's last analysis ([#81](https://github.com/CodeBoarding/CodeBoarding-action/issues/81)) ([5ea3fba](https://github.com/CodeBoarding/CodeBoarding-action/commit/5ea3fbae53392f2226a12c5c482b9901388a08f2)) + + +### Bug Fixes + +* install tqdm, which the pinned engine imports but does not require ([#84](https://github.com/CodeBoarding/CodeBoarding-action/issues/84)) ([d8853c4](https://github.com/CodeBoarding/CodeBoarding-action/commit/d8853c41588117e774316767fb577d062796f837)) +* stop discarding the health report ([#82](https://github.com/CodeBoarding/CodeBoarding-action/issues/82)) ([f3e0919](https://github.com/CodeBoarding/CodeBoarding-action/commit/f3e09192385dcef764abf17d2ca4ce43c7028d80)) + ## [1.10.3](https://github.com/CodeBoarding/CodeBoarding-action/compare/v1.10.2...v1.10.3) (2026-08-10)