Skip to content

Commit 77c822a

Browse files
chore(main): release otari 0.1.1 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cad75b commit 77c822a

4 files changed

Lines changed: 22 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.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/mozilla-ai/otari-sdk-python/compare/otari-0.1.0...otari-0.1.1) (2026-06-12)
4+
5+
6+
### Features
7+
8+
* independent release automation + surface gateway spec version ([#12](https://github.com/mozilla-ai/otari-sdk-python/issues/12)) ([21b9b5b](https://github.com/mozilla-ai/otari-sdk-python/commit/21b9b5b3dd61321371ff2df01fc0e5281f3c5228))
9+
* wrap /v1/messages/count_tokens (regenerate core + ergonomic method) ([#10](https://github.com/mozilla-ai/otari-sdk-python/issues/10)) ([6704e56](https://github.com/mozilla-ai/otari-sdk-python/commit/6704e56c6107e270e08158311214111752b2f606))
10+
11+
12+
### Bug Fixes
13+
14+
* regenerate SDK client core so message.reasoning is a string ([#14](https://github.com/mozilla-ai/otari-sdk-python/issues/14)) ([2cad75b](https://github.com/mozilla-ai/otari-sdk-python/commit/2cad75bc54754a225ab802bbfb247055692c9e73))
15+
16+
17+
### Documentation
18+
19+
* add AGENTS.md/CLAUDE.md agent guide, refresh README ([#6](https://github.com/mozilla-ai/otari-sdk-python/issues/6)) ([56c3848](https://github.com/mozilla-ai/otari-sdk-python/commit/56c38483962952b042a69a2b9f3bc3f80bf54656))

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.0"
7+
version = "0.1.1"
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
@@ -56,7 +56,7 @@
5656
try:
5757
__version__ = version("otari")
5858
except PackageNotFoundError:
59-
__version__ = "0.0.0-dev"
59+
__version__ = "0.1.1"
6060

6161

6262
__all__ = [

0 commit comments

Comments
 (0)