Skip to content

Commit 9a2da11

Browse files
release: 0.1.1
1 parent fabc650 commit 9a2da11

4 files changed

Lines changed: 18 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.1.1 (2025-12-11)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/tembo/sdk-python/compare/v0.1.0...v0.1.1)
6+
7+
### Bug Fixes
8+
9+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([3ca039e](https://github.com/tembo/sdk-python/commit/3ca039e46f829558337a72fd567a412ae0aecb01))
10+
11+
12+
### Chores
13+
14+
* add missing docstrings ([0d1cde4](https://github.com/tembo/sdk-python/commit/0d1cde4f18788d2d8b3a564c81c931e44adf9862))
15+
* **docs:** use environment variables for authentication in code snippets ([e152404](https://github.com/tembo/sdk-python/commit/e15240497d5bcf3f36bd011c69d122399fdf8cda))
16+
* update lockfile ([69cfead](https://github.com/tembo/sdk-python/commit/69cfead283ccb7dc2f21eb9db17ebe48bdd7e795))
17+
318
## 0.1.0 (2025-11-30)
419

520
Full Changelog: [v0.0.1...v0.1.0](https://github.com/tembo/sdk-python/compare/v0.0.1...v0.1.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tembo-sdk-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the tembo API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/tembo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "tembo"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)