Skip to content

Commit fff6820

Browse files
committed
chore(main): release 2.12.0
1 parent edeaacd commit fff6820

4 files changed

Lines changed: 19 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.11.0"
2+
".": "2.12.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.12.0](https://github.com/LarsCowe/bmalph/compare/v2.11.0...v2.12.0) (2026-03-26)
9+
10+
11+
### Features
12+
13+
* **ralph:** add write heartbeat to detect and break read-only loops ([#146](https://github.com/LarsCowe/bmalph/issues/146)) ([9d0b158](https://github.com/LarsCowe/bmalph/commit/9d0b158b37558880a3e60bc44ac02bf3a4dcdc1f))
14+
* **run:** inject specific test failures into loop context ([#119](https://github.com/LarsCowe/bmalph/issues/119)) ([186c3ff](https://github.com/LarsCowe/bmalph/commit/186c3ff30126f68a87add4f756be3c82d04786d0))
15+
16+
17+
### Bug Fixes
18+
19+
* correct readiness hint, detect corrupted config, preserve CRLF, dedupe computation ([edeaacd](https://github.com/LarsCowe/bmalph/commit/edeaacd749b77673b4b4e70c07d7b89cf1c86d1a))
20+
* resolve CI failures from CLAUDE.md slim-down ([526be14](https://github.com/LarsCowe/bmalph/commit/526be14fb53f421f10e977bd9858ed3d6c33236d))
21+
* **security:** validate RALPH_DIR, parse .ralphrc safely, check PLATFORM_DRIVER ([#76](https://github.com/LarsCowe/bmalph/issues/76), [#77](https://github.com/LarsCowe/bmalph/issues/77), [#79](https://github.com/LarsCowe/bmalph/issues/79)) ([9bc7cc1](https://github.com/LarsCowe/bmalph/commit/9bc7cc1e6ea84e24550785765d9733401d4720f1))
22+
823
## [2.11.0](https://github.com/LarsCowe/bmalph/compare/v2.10.0...v2.11.0) (2026-03-24)
924

1025

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.11.0",
3+
"version": "2.12.0",
44
"description": "Unified AI Development Framework - BMAD phases with Ralph execution loop",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)