From 6d13add84a6d9c80f1bd976865570116083e14a9 Mon Sep 17 00:00:00 2001 From: MountainOwl Date: Wed, 17 Jun 2026 18:35:16 -0700 Subject: [PATCH 1/2] chore(main): release 0.24.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/bubo/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc5553b..7283b8f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "0.24.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa3efd..51d3ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.24.1](https://github.com/mountainowl/bubo/compare/v0.24.0...v0.24.1) (2026-06-18) + + +### Documentation + +* move "How it works" to its own page with a hand-drawn architecture diagram ([#123](https://github.com/mountainowl/bubo/issues/123)) ([1177a61](https://github.com/mountainowl/bubo/commit/1177a615a7d747af3c6008a5f2e60e1fd87ae1d4)) + ## [0.24.0](https://github.com/mountainowl/bubo/compare/v0.23.0...v0.24.0) (2026-06-17) diff --git a/pyproject.toml b/pyproject.toml index f9e078e..74638e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bubo" -version = "0.24.0" +version = "0.24.1" description = "Bubo — agentic AI code review for GitLab MRs and GitHub PRs, with the LLM of your choice." readme = "README.md" requires-python = ">=3.14" diff --git a/src/bubo/__init__.py b/src/bubo/__init__.py index 9ec1464..1f44ec8 100644 --- a/src/bubo/__init__.py +++ b/src/bubo/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.24.0" +__version__ = "0.24.1" From bb4684eeb6dd5708edaa6251e5f960ac92415788 Mon Sep 17 00:00:00 2001 From: mountainowl Date: Thu, 18 Jun 2026 01:35:30 +0000 Subject: [PATCH 2/2] chore(release-please): regenerate uv.lock for new version --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 5d82957..e922b27 100644 --- a/uv.lock +++ b/uv.lock @@ -109,7 +109,7 @@ wheels = [ [[package]] name = "bubo" -version = "0.24.0" +version = "0.24.1" source = { editable = "." } dependencies = [ { name = "mcp" },