From 8fc9fe4ab8053522d158ef3761504bf2759c7937 Mon Sep 17 00:00:00 2001 From: Lars <120098061+LarsCowe@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:09:24 +0100 Subject: [PATCH] chore(main): release 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5b..69e82f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ef3ab..6641af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.6.0](https://github.com/LarsCowe/bmalph/compare/v2.5.0...v2.6.0) (2026-02-28) + + +### Features + +* add bmalph run command to start Ralph loop with dashboard ([70bf737](https://github.com/LarsCowe/bmalph/commit/70bf737c791582cef2d8caebf15ba8abe21b1e3d)) +* deprecate bmalph watch in favor of bmalph run ([4da6764](https://github.com/LarsCowe/bmalph/commit/4da676466b5cac915d649f07dbf8870c99cd5bf7)) +* promote Copilot to full tier with experimental flag ([a776dc3](https://github.com/LarsCowe/bmalph/commit/a776dc38d0fd2e1d3a032aaa9efd60dfc1083665)) + + +### Code Quality + +* simplify codebase and extract shared platform logic ([233f4be](https://github.com/LarsCowe/bmalph/commit/233f4be6924e47fa79c7225b3e39041c8897bb73)) + ## [2.5.0](https://github.com/LarsCowe/bmalph/compare/v2.4.0...v2.5.0) (2026-02-27) diff --git a/package-lock.json b/package-lock.json index d99610d..a8b23fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmalph", - "version": "2.5.0", + "version": "2.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmalph", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@inquirer/prompts": "^8.3.0", diff --git a/package.json b/package.json index e77fec5..9d6e8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmalph", - "version": "2.5.0", + "version": "2.6.0", "description": "Unified AI Development Framework - BMAD phases with Ralph execution loop", "type": "module", "bin": {