Skip to content

Commit 266c77e

Browse files
release: 0.3.0
1 parent f248560 commit 266c77e

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## 0.3.0 (2025-08-26)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/meta-llama/llama-api-python/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* custom patch to handle exception during stream chunk ([7549f0b](https://github.com/meta-llama/llama-api-python/commit/7549f0b38d85143f984191bf9ff1f353f787fa50))
10+
11+
12+
### Chores
13+
14+
* **internal:** change ci workflow machines ([37dd39f](https://github.com/meta-llama/llama-api-python/commit/37dd39fe156f7ed0f36101d014a4983498a10a27))
15+
* **internal:** codegen related update ([cae389f](https://github.com/meta-llama/llama-api-python/commit/cae389f98552280557b2f73d0b146e159764a5a9))
16+
* **internal:** update comment in script ([20ab448](https://github.com/meta-llama/llama-api-python/commit/20ab4484b71a0e9c555d28de0b8fbd59246851ac))
17+
* run lint ([dc7d5a7](https://github.com/meta-llama/llama-api-python/commit/dc7d5a768eccf8c9d6faaac3585e7e09a611db02))
18+
* update @stainless-api/prism-cli to v5.15.0 ([8e77df5](https://github.com/meta-llama/llama-api-python/commit/8e77df5e5778b55bda86a38735fb1426ae3a02a4))
19+
* update github action ([3dab72d](https://github.com/meta-llama/llama-api-python/commit/3dab72dc5b6fc8ad8f9b9d72f25e155a7e22a857))
20+
321
## 0.2.0 (2025-08-07)
422

523
Full Changelog: [v0.1.2...v0.2.0](https://github.com/meta-llama/llama-api-python/compare/v0.1.2...v0.2.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 = "llama_api_client"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "The official Python library for the llama-api-client API"
55
dynamic = ["readme"]
66
license = "MIT"

src/llama_api_client/_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__ = "llama_api_client"
4-
__version__ = "0.2.0" # x-release-please-version
4+
__version__ = "0.3.0" # x-release-please-version

0 commit comments

Comments
 (0)