From bc60769929e920e2074d88f78b5c30b995700a54 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 12 Aug 2026 01:23:59 +0000 Subject: [PATCH 1/2] chore(release): 0.0.12 Bump package version for the inclusive CapturedRange date-filter fix. Co-authored-by: Welbert Castro --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c927331..8fd8904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "gopro-api" -version = "0.0.11" +version = "0.0.12" description = "Unofficial Python client for the GoPro cloud API (api.gopro.com): sync and async clients, Pydantic models, and a CLI." readme = "README.md" license = { file = "LICENSE" } From ca546787a457f0d51ea9abe8e634a5fa61f35a18 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 12 Aug 2026 01:24:08 +0000 Subject: [PATCH 2/2] chore(release): sync uv.lock to 0.0.12 Co-authored-by: Welbert Castro --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 1e18c23..0d8fe08 100644 --- a/uv.lock +++ b/uv.lock @@ -494,7 +494,7 @@ wheels = [ [[package]] name = "gopro-api" -version = "0.0.11" +version = "0.0.12" source = { editable = "." } dependencies = [ { name = "aiohttp" },