From 4a33eca162169c4bd96453abf49d845d9ab1fb15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:35:25 +0000 Subject: [PATCH] chore(main): release otari 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- src/otari/__init__.py | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01de74e..a527a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.2.0...otari-0.3.0) (2026-08-13) + + +### Features + +* expose Otari request IDs ([#32](https://github.com/mozilla-ai/otari-sdk-python/issues/32)) ([ccee0f0](https://github.com/mozilla-ai/otari-sdk-python/commit/ccee0f03ea845660a22531d79a57ce708f43492d)) + + +### Bug Fixes + +* **ci:** make the endpoint-coverage check offline and deterministic ([#26](https://github.com/mozilla-ai/otari-sdk-python/issues/26)) ([af17bdd](https://github.com/mozilla-ai/otari-sdk-python/commit/af17bdd73c28b3c171c71898b824a86e296eb2f9)) +* **control-plane:** forward usage.list arguments by keyword ([#24](https://github.com/mozilla-ai/otari-sdk-python/issues/24)) ([c7ac8eb](https://github.com/mozilla-ai/otari-sdk-python/commit/c7ac8ebe6dee4a32babe28efc8b0be56b297c80b)) +* **control-plane:** map generated ApiException to typed OtariError ([#21](https://github.com/mozilla-ai/otari-sdk-python/issues/21)) ([47dd032](https://github.com/mozilla-ai/otari-sdk-python/commit/47dd032b3ca82a5514bac24366174b88c38deee7)) + ## [0.2.0](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.1...otari-0.2.0) (2026-06-16) diff --git a/pyproject.toml b/pyproject.toml index e550c58..527b0da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "otari" -version = "0.2.0" +version = "0.3.0" description = "Python client for the otari gateway" readme = "README.md" license = "Apache-2.0" diff --git a/src/otari/__init__.py b/src/otari/__init__.py index df7523f..82c2c45 100644 --- a/src/otari/__init__.py +++ b/src/otari/__init__.py @@ -58,7 +58,7 @@ try: __version__ = version("otari") except PackageNotFoundError: - __version__ = "0.2.0" + __version__ = "0.3.0" __all__ = [