Skip to content

Commit f00650f

Browse files
authored
chore(main): release 2.10.0 (#116)
1 parent de8639f commit f00650f

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.10.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.10.0](https://github.com/LarsCowe/bmalph/compare/v2.9.0...v2.10.0) (2026-03-23)
9+
10+
11+
### Features
12+
13+
* **run:** add ultimate review mode for per-story code review ([33af4b9](https://github.com/LarsCowe/bmalph/commit/33af4b9e6ee63a3ea03d4dedfafd9022c5e29922))
14+
* **run:** prioritize HIGH/CRITICAL review findings over new stories ([e0ce427](https://github.com/LarsCowe/bmalph/commit/e0ce42791b2a89f6369ebcf3c3ac69c60fb7722b))
15+
16+
17+
### Bug Fixes
18+
19+
* **bash:** Codex driver resume and ralph_loop.sh default path fixes ([#137](https://github.com/LarsCowe/bmalph/issues/137)) ([de8639f](https://github.com/LarsCowe/bmalph/commit/de8639f81b0118f1d0d177f7d9a4cfcd6a052afa))
20+
* **run:** enforce word boundaries in completion keyword matching ([8887a0f](https://github.com/LarsCowe/bmalph/commit/8887a0f36eded9e9ee19719dc449c10fdef917c5)), closes [#122](https://github.com/LarsCowe/bmalph/issues/122)
21+
* **run:** restore --no-review CLI flag and harden bash delta parsing ([e20e301](https://github.com/LarsCowe/bmalph/commit/e20e3015efd431c01ef838b71421577993247883))
22+
* **run:** trust RALPH_STATUS block over heuristic analysis ([#140](https://github.com/LarsCowe/bmalph/issues/140)) ([0838617](https://github.com/LarsCowe/bmalph/commit/0838617bdbde02f35d9f006e6e09a09e05186b62)), closes [#123](https://github.com/LarsCowe/bmalph/issues/123)
23+
824
## [2.9.0](https://github.com/LarsCowe/bmalph/compare/v2.8.0...v2.9.0) (2026-03-19)
925

1026

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmalph",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Unified AI Development Framework - BMAD phases with Ralph execution loop",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)