release: 0.1.0-alpha.15

This commit is contained in:
stainless-app[bot] 2025-07-16 15:07:51 +00:00
parent 429d258bb5
commit b8cf133506
4 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.14"
".": "0.1.0-alpha.15"
}

View file

@ -1,5 +1,13 @@
# Changelog
## 0.1.0-alpha.15 (2025-07-16)
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
### Features
* **api:** api update ([f292ad2](https://github.com/sst/opencode-sdk-go/commit/f292ad2d7520325b518f14b70f89127a5f581eb8))
## 0.1.0-alpha.14 (2025-07-16)
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

View file

@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->
```sh
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.14'
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.15'
```
<!-- x-release-please-end -->

View file

@ -2,4 +2,4 @@
package internal
const PackageVersion = "0.1.0-alpha.14" // x-release-please-version
const PackageVersion = "0.1.0-alpha.15" // x-release-please-version