Skip to content

Commit 05c045f

Browse files
chore(main): release otari 0.2.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c558a03 commit 05c045f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.1...otari-0.2.0) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.1.1](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.0...otari-0.1.1) (2026-06-12)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "otari"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Python client for the otari gateway"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/otari/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
try:
5858
__version__ = version("otari")
5959
except PackageNotFoundError:
60-
__version__ = "0.1.1"
60+
__version__ = "0.2.0"
6161

6262

6363
__all__ = [

0 commit comments

Comments
 (0)