From db6ac841e305b975d6bbecd1c6d321e8bbf7520f Mon Sep 17 00:00:00 2001 From: Franccesco Orozco Date: Thu, 23 Jul 2026 19:37:51 -0600 Subject: [PATCH 1/2] chore: ignore Dream plugin local state and sync lockfile Keep .claude/dream/ (baseline, findings ledger, run logs) out of the repository. Sync uv.lock bloomy-python package version to 0.22.0 to match pyproject.toml. --- .gitignore | 3 +++ uv.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b8cd3b2..bac652f 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,6 @@ pyrightconfig.json .ionide # End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode + +# Dream plugin local state (baseline, findings ledger, run logs) +.claude/dream/ diff --git a/uv.lock b/uv.lock index 55e0f2b..f13349b 100644 --- a/uv.lock +++ b/uv.lock @@ -61,7 +61,7 @@ wheels = [ [[package]] name = "bloomy-python" -version = "0.21.2" +version = "0.22.0" source = { editable = "." } dependencies = [ { name = "httpx" }, From bd87330c2e479dff1be03e2bfc8e30c116c9fba8 Mon Sep 17 00:00:00 2001 From: Franccesco Orozco Date: Thu, 23 Jul 2026 19:37:57 -0600 Subject: [PATCH 2/2] chore(release): bump version to 0.22.1 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7175e4b..aa7fc52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bloomy-python" -version = "0.22.0" +version = "0.22.1" description = "Python SDK for Bloom Growth API" readme = "README.md" authors = [{ name = "Franccesco Orozco", email = "franccesco@codingdose.info" }] diff --git a/uv.lock b/uv.lock index f13349b..e8b1a07 100644 --- a/uv.lock +++ b/uv.lock @@ -61,7 +61,7 @@ wheels = [ [[package]] name = "bloomy-python" -version = "0.22.0" +version = "0.22.1" source = { editable = "." } dependencies = [ { name = "httpx" },