Skip to content

Commit 7030b4a

Browse files
release: 0.5.0
1 parent d56a5d2 commit 7030b4a

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.4.0"
2+
".": "0.5.0"
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.5.0 (2025-10-01)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/meta-llama/llama-api-python/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([73a8579](https://github.com/meta-llama/llama-api-python/commit/73a85795b197c6ed820c18b88f8eac028e92ea20))
10+
* file upload readme ([061b2cb](https://github.com/meta-llama/llama-api-python/commit/061b2cb1f03cc56c46f4f84d3b2feda1c54b0ed4))
11+
12+
13+
### Chores
14+
15+
* do not install brew dependencies in ./scripts/bootstrap by default ([b0bf238](https://github.com/meta-llama/llama-api-python/commit/b0bf238b86c81b39a199b46e5ed03e6768d3e5ad))
16+
* **types:** change optional parameter type from NotGiven to Omit ([19b3fdb](https://github.com/meta-llama/llama-api-python/commit/19b3fdbf3e0aa7d72e52b9b99f831fe2de0fbb04))
17+
318
## 0.4.0 (2025-09-16)
419

520
Full Changelog: [v0.3.0...v0.4.0](https://github.com/meta-llama/llama-api-python/compare/v0.3.0...v0.4.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.4.0"
3+
version = "0.5.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.4.0" # x-release-please-version
4+
__version__ = "0.5.0" # x-release-please-version

0 commit comments

Comments
 (0)