From 3e9b34cefe888273f12a3b71b330777e5cd6f7da Mon Sep 17 00:00:00 2001 From: MountainOwl Date: Mon, 24 Aug 2026 12:39:01 -0700 Subject: [PATCH 1/2] chore(main): release 0.25.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- src/bubo/__init__.py | 2 +- 4 files changed, 15 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..f3e8298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.25.4](https://github.com/mountainowl/bubo/compare/v0.25.3...v0.25.4) (2026-08-24) + + +### Bug Fixes + +* **analytics:** correct PostHog OTLP logs endpoint ([7a274fa](https://github.com/mountainowl/bubo/commit/7a274fa92ce1e0e504a167182d1a3c002e388dee)) +* **analytics:** disable posthog geoip enrichment ([111bf2b](https://github.com/mountainowl/bubo/commit/111bf2b4b72b99711e39d95ba0ad0c87366696e9)) +* **analytics:** send events to product analytics ([59f579f](https://github.com/mountainowl/bubo/commit/59f579fe220286e330ae31f93cedc408aa839226)) +* **analytics:** suppress source ip property ([1d03cb1](https://github.com/mountainowl/bubo/commit/1d03cb130882528c50d7ca0d5baa9eab987cf8d7)) +* **outcomes:** forward configured LLM credentials ([22bd7aa](https://github.com/mountainowl/bubo/commit/22bd7aaaae843d13f0f0e518cdf7e220ef3bc40f)) +* **outcomes:** report safe classifier failure reasons ([ab3985b](https://github.com/mountainowl/bubo/commit/ab3985bc0c84174f1fdc5f9dea7adb5b42e7f80e)) + ## [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 02a5d8633a816ba521f23af4e2272e27c6de0e99 Mon Sep 17 00:00:00 2001 From: mountainowl Date: Mon, 24 Aug 2026 19:39:12 +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" },