From df390dbd64dcd78f3ed38a4d450bd555237d90bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:48:45 +0000 Subject: [PATCH] chore(main): release otari 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/otari/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 596afd8..01de74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.1...otari-0.2.0) (2026-06-16) + + +### Features + +* add image generation and audio (speech/transcription) methods ([#16](https://github.com/mozilla-ai/otari-sdk-python/issues/16)) ([c558a03](https://github.com/mozilla-ai/otari-sdk-python/commit/c558a03afc192549f006717455fd64b9212bf393)) + ## [0.1.1](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.0...otari-0.1.1) (2026-06-12) diff --git a/pyproject.toml b/pyproject.toml index 63f273f..e550c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "otari" -version = "0.1.1" +version = "0.2.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 2e9970f..b42d8eb 100644 --- a/src/otari/__init__.py +++ b/src/otari/__init__.py @@ -57,7 +57,7 @@ try: __version__ = version("otari") except PackageNotFoundError: - __version__ = "0.1.1" + __version__ = "0.2.0" __all__ = [