From aac2dfd1b8dfe1b694f738a943328b349651bf34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Emre=20Kabakc=C4=B1?= Date: Fri, 20 Feb 2026 11:45:48 +0700 Subject: [PATCH] chore(main): release 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a42e9bd69..8d3370926 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.5.0", + ".": "2.6.0", "packages/cli": "0.1.0", "packages/worker": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de9b0b71c..5eaba0670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.0](https://github.com/lobu-ai/lobu/compare/v2.5.0...v2.6.0) (2026-02-20) + + +### Features + +* live per-agent MCP install flow with discovery and no worker restart ([#106](https://github.com/lobu-ai/lobu/issues/106)) ([435202b](https://github.com/lobu-ai/lobu/commit/435202b965f85a2085e604c463a74f6163111316)) + + +### Bug Fixes + +* resolve biome lint and format errors in landing/ ([#107](https://github.com/lobu-ai/lobu/issues/107)) ([40965cb](https://github.com/lobu-ai/lobu/commit/40965cbfe60039311fc6f00f66ebef157d3c4b0f)) + ## [2.5.0](https://github.com/lobu-ai/lobu/compare/v2.4.0...v2.5.0) (2026-02-19) diff --git a/package.json b/package.json index 17637369f..e320ec77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-lobu", - "version": "2.5.0", + "version": "2.6.0", "license": "BUSL-1.1", "workspaces": [ "packages/cli",