Skip to content

Commit 68ffad9

Browse files
release: 0.4.0-alpha.13
1 parent 71c9874 commit 68ffad9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
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-alpha.12"
2+
".": "0.4.0-alpha.13"
33
}

CHANGELOG.md

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

3+
## 0.4.0-alpha.13 (2025-12-15)
4+
5+
Full Changelog: [v0.4.0-alpha.12...v0.4.0-alpha.13](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.12...v0.4.0-alpha.13)
6+
7+
### Bug Fixes
8+
9+
* **ci:** restore push triggers for Stainless preview builds ([71c9874](https://github.com/llamastack/llama-stack-client-python/commit/71c9874d1106f12de11abcf4254f13af6533d58c))
10+
11+
12+
### Chores
13+
14+
* add license header on all files ([#308](https://github.com/llamastack/llama-stack-client-python/issues/308)) ([8fe2baf](https://github.com/llamastack/llama-stack-client-python/commit/8fe2baf1d53aacdb41f3e47aee91a1a8ea094a90))
15+
* update uv.lock ([4665b4f](https://github.com/llamastack/llama-stack-client-python/commit/4665b4f708ddf4f96a031edc80bb226da8b0ec37))
16+
317
## 0.4.0-alpha.12 (2025-11-19)
418

519
Full Changelog: [v0.4.0-alpha.11...v0.4.0-alpha.12](https://github.com/llamastack/llama-stack-client-python/compare/v0.4.0-alpha.11...v0.4.0-alpha.12)

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_stack_client"
3-
version = "0.4.0-alpha.12"
3+
version = "0.4.0-alpha.13"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "MIT"

0 commit comments

Comments
 (0)