Skip to content

Commit 457b1a5

Browse files
release: 0.4.0-alpha.2
1 parent 3037900 commit 457b1a5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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-alpha.1"
2+
".": "0.4.0-alpha.2"
33
}

CHANGELOG.md

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

3+
## 0.4.0-alpha.2 (2025-11-19)
4+
5+
Full Changelog: [v0.4.0-alpha.1...v0.4.0-alpha.2](https://github.com/llamastack/llama-stack-client-go/compare/v0.4.0-alpha.1...v0.4.0-alpha.2)
6+
7+
### Features
8+
9+
* Wire through parallel_tool_calls to Responses API ([1090be9](https://github.com/llamastack/llama-stack-client-go/commit/1090be93ae142c74365868350c435380a63679ba))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** correctly specify Accept header with */* instead of empty ([3037900](https://github.com/llamastack/llama-stack-client-go/commit/303790079c138c442eb492fd9457b60dade84198))
15+
* **openapi:** restore embedded request wrappers ([7da5f07](https://github.com/llamastack/llama-stack-client-go/commit/7da5f07a1b07166105173d8263b95b59e06735fd))
16+
17+
18+
### Chores
19+
20+
* use Pydantic to generate OpenAPI schema ([c7fafed](https://github.com/llamastack/llama-stack-client-go/commit/c7fafed933890ba05c37e6ab54cd5163d00801fc))
21+
322
## 0.4.0-alpha.1 (2025-11-14)
423

524
Full Changelog: [v0.1.0-alpha.1...v0.4.0-alpha.1](https://github.com/llamastack/llama-stack-client-go/compare/v0.1.0-alpha.1...v0.4.0-alpha.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to pin the version:
2828
<!-- x-release-please-start-version -->
2929

3030
```sh
31-
go get -u 'github.com/llamastack/llama-stack-client-go@v0.4.0-alpha.1'
31+
go get -u 'github.com/llamastack/llama-stack-client-go@v0.4.0-alpha.2'
3232
```
3333

3434
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
package internal
1010

11-
const PackageVersion = "0.4.0-alpha.1" // x-release-please-version
11+
const PackageVersion = "0.4.0-alpha.2" // x-release-please-version

0 commit comments

Comments
 (0)