Skip to content

Commit dfa835a

Browse files
authored
chore(main): release 2.9.0 (#111)
1 parent cda95e0 commit dfa835a

4 files changed

Lines changed: 21 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.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.9.0](https://github.com/LarsCowe/bmalph/compare/v2.8.0...v2.9.0) (2026-03-19)
9+
10+
11+
### Features
12+
13+
* **run:** add periodic code review loop for Ralph ([#102](https://github.com/LarsCowe/bmalph/issues/102)) ([4bab0ef](https://github.com/LarsCowe/bmalph/commit/4bab0ef94436f40f482750e113af155a15fd92d2))
14+
15+
16+
### Bug Fixes
17+
18+
* use strict equality in renderer hasAnyData check ([6660539](https://github.com/LarsCowe/bmalph/commit/6660539c2f9c1976b1fa60ace2a5dcc90ffe8af0))
19+
20+
21+
### Code Quality
22+
23+
* strengthen type safety and deduplicate constants ([1f154a0](https://github.com/LarsCowe/bmalph/commit/1f154a09f5f64acd234da5f30fac7f456c4ec629))
24+
825
## [2.8.0](https://github.com/LarsCowe/bmalph/compare/v2.7.7...v2.8.0) (2026-03-17)
926

1027

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

0 commit comments

Comments
 (0)