Skip to content

Commit e182e16

Browse files
committed
chore(main): release 2.7.5
1 parent 28d9195 commit e182e16

4 files changed

Lines changed: 14 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.4"
2+
".": "2.7.5"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.5](https://github.com/LarsCowe/bmalph/compare/v2.7.4...v2.7.5) (2026-03-09)
9+
10+
11+
### Bug Fixes
12+
13+
* harden Cursor runtime contract and docs ([ac1404a](https://github.com/LarsCowe/bmalph/commit/ac1404aa211b435783e799d18008d2a62fa13d8f))
14+
* **installer:** restore _bmad after post-swap failures ([e3f6354](https://github.com/LarsCowe/bmalph/commit/e3f635461c1d9afdf74184afcb6c648a7dcfa269)), closes [#83](https://github.com/LarsCowe/bmalph/issues/83)
15+
* kill Ralph process tree on Windows ([c9f2327](https://github.com/LarsCowe/bmalph/commit/c9f2327414f82bc9289090b93c1c2cfc50096bd8))
16+
* stabilize ci test runners ([28d9195](https://github.com/LarsCowe/bmalph/commit/28d91950f3b79f1c81fe27e7e438edf8d4bc76b3))
17+
818
## [2.7.4](https://github.com/LarsCowe/bmalph/compare/v2.7.3...v2.7.4) (2026-03-09)
919

1020

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

0 commit comments

Comments
 (0)