From 3a1a5750092de4a2944857744e22034b171cdfb9 Mon Sep 17 00:00:00 2001 From: MountainOwl Date: Tue, 11 Aug 2026 12:48:29 -0700 Subject: [PATCH 1/2] chore(main): release 0.25.4 --- .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 750b7a6..a9bd430 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.3" + ".": "0.25.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7af301..71cedac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.25.4](https://github.com/mountainowl/bubo/compare/v0.25.3...v0.25.4) (2026-08-11) + + +### Bug Fixes + +* **analytics:** correct PostHog OTLP logs endpoint ([7a274fa](https://github.com/mountainowl/bubo/commit/7a274fa92ce1e0e504a167182d1a3c002e388dee)) + ## [0.25.3](https://github.com/mountainowl/bubo/compare/v0.25.2...v0.25.3) (2026-08-10) diff --git a/pyproject.toml b/pyproject.toml index 133c9a6..df2aadd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bubo" -version = "0.25.3" +version = "0.25.4" 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 6a07328..323274b 100644 --- a/src/bubo/__init__.py +++ b/src/bubo/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "0.25.3" +__version__ = "0.25.4" From b2dbd05cd86eb24bcd5f1f3271c7b1fea9495903 Mon Sep 17 00:00:00 2001 From: mountainowl Date: Tue, 11 Aug 2026 19:48:42 +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 a6a0926..e86a353 100644 --- a/uv.lock +++ b/uv.lock @@ -110,7 +110,7 @@ wheels = [ [[package]] name = "bubo" -version = "0.25.3" +version = "0.25.4" source = { editable = "." } dependencies = [ { name = "mcp" },