Skip to content

Commit 495d760

Browse files
committed
chore(main): release 2.7.4
1 parent 90677d0 commit 495d760

4 files changed

Lines changed: 13 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.7.3"
2+
".": "2.7.4"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.7.4](https://github.com/LarsCowe/bmalph/compare/v2.7.3...v2.7.4) (2026-03-09)
9+
10+
11+
### Bug Fixes
12+
13+
* handle malformed story IDs deterministically ([c7beddb](https://github.com/LarsCowe/bmalph/commit/c7beddb6db5ccd96804704eb477d79264663051e))
14+
* parse Codex JSONL responses in Ralph loop ([#89](https://github.com/LarsCowe/bmalph/issues/89)) ([90677d0](https://github.com/LarsCowe/bmalph/commit/90677d060883f7efefd8f427e7250046f1e8e908))
15+
* preserve specs on transition swap failure ([208c2eb](https://github.com/LarsCowe/bmalph/commit/208c2eb1b4cd86c0a1d35a3274d2acbbf3120bb5)), closes [#85](https://github.com/LarsCowe/bmalph/issues/85)
16+
817
## [2.7.3](https://github.com/LarsCowe/bmalph/compare/v2.7.2...v2.7.3) (2026-03-07)
918

1019

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

0 commit comments

Comments
 (0)