Skip to content

Commit 82ca1a0

Browse files
release: 0.3.0-alpha.7
1 parent 794344a commit 82ca1a0

3 files changed

Lines changed: 15 additions & 2 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.3.0-alpha.6"
2+
".": "0.3.0-alpha.7"
33
}

CHANGELOG.md

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

3+
## 0.3.0-alpha.7 (2025-10-21)
4+
5+
Full Changelog: [v0.3.0-alpha.6...v0.3.0-alpha.7](https://github.com/llamastack/llama-stack-client-python/compare/v0.3.0-alpha.6...v0.3.0-alpha.7)
6+
7+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([794344a](https://github.com/llamastack/llama-stack-client-python/commit/794344a0baf1d85554988aba346cbd47cd2d6c2d))
10+
11+
12+
### Build System
13+
14+
* Bump version to 0.3.0 ([fb7fa38](https://github.com/llamastack/llama-stack-client-python/commit/fb7fa389f583767bf33e6836dec2e50b842a8567))
15+
316
## 0.3.0-alpha.6 (2025-10-13)
417

518
Full Changelog: [v0.3.0-alpha.5...v0.3.0-alpha.6](https://github.com/llamastack/llama-stack-client-python/compare/v0.3.0-alpha.5...v0.3.0-alpha.6)

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

0 commit comments

Comments
 (0)