Skip to content

Commit add01ee

Browse files
release: 0.4.0-alpha.2
1 parent fe1904d commit add01ee

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.4.0-alpha.2 (2025-11-17)
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+
### Bug Fixes
8+
9+
* **openapi:** restore embedded request wrappers ([7da5f07](https://github.com/llamastack/llama-stack-client-go/commit/7da5f07a1b07166105173d8263b95b59e06735fd))
10+
11+
12+
### Chores
13+
14+
* use Pydantic to generate OpenAPI schema ([c7fafed](https://github.com/llamastack/llama-stack-client-go/commit/c7fafed933890ba05c37e6ab54cd5163d00801fc))
15+
316
## 0.4.0-alpha.1 (2025-11-14)
417

518
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)