release: 0.1.0-alpha.4

This commit is contained in:
stainless-app[bot] 2025-06-27 17:32:53 +00:00 committed by GitHub
parent 9609d1b1db
commit 02fa5b8f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

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

View file

@ -1,5 +1,13 @@
# Changelog
## 0.1.0-alpha.4 (2025-06-27)
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
### Features
* **api:** update via SDK Studio ([9609d1b](https://github.com/sst/opencode-sdk-go/commit/9609d1b1db7806d00cb846c9914cb4935cdedf52))
## 0.1.0-alpha.3 (2025-06-27)
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

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.3'
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.4'
```
<!-- x-release-please-end -->

View file

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