From 14ba2a401037fbf84363d9dd9523b82797426355 Mon Sep 17 00:00:00 2001 From: MountainOwl Date: Tue, 16 Jun 2026 16:58:36 -0700 Subject: [PATCH 1/2] chore(main): release 0.21.1 --- .release-please-changelog.md | 7 +++++++ .release-please-manifest.json | 2 +- pyproject.toml | 2 +- src/bubo/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-changelog.md b/.release-please-changelog.md index 5462daa..b2e5b30 100644 --- a/.release-please-changelog.md +++ b/.release-please-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/mountainowl/bubo/compare/v0.21.0...v0.21.1) (2026-06-16) + + +### Documentation + +* lead README with the badge row; add PyPI, Docker (GHCR), Ruff ([#108](https://github.com/mountainowl/bubo/issues/108)) ([e0b2b80](https://github.com/mountainowl/bubo/commit/e0b2b80ce42bc3c94bf83ad6b6e7fde9055aea49)) + ## [0.21.0](https://github.com/mountainowl/bubo/compare/v0.20.1...v0.21.0) (2026-06-16) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d353515..727a5db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/pyproject.toml b/pyproject.toml index 5cde7f5..6dafb23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bubo" -version = "0.21.0" +version = "0.21.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 f629f0b..d49250a 100644 --- a/src/bubo/__init__.py +++ b/src/bubo/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.21.0" +__version__ = "0.21.1" From 0b706492c718eabca3adeadc9abb502708c072df Mon Sep 17 00:00:00 2001 From: mountainowl Date: Tue, 16 Jun 2026 23:58:50 +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 71acf38..c073968 100644 --- a/uv.lock +++ b/uv.lock @@ -109,7 +109,7 @@ wheels = [ [[package]] name = "bubo" -version = "0.21.0" +version = "0.21.1" source = { editable = "." } dependencies = [ { name = "mcp" },