release: 0.1.0-alpha.19

This commit is contained in:
stainless-app[bot] 2025-07-21 22:59:50 +00:00
parent 550511c4c5
commit fa732aba93
4 changed files with 12 additions and 3 deletions

View file

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

View file

@ -1,5 +1,14 @@
# Changelog
## 0.1.0-alpha.19 (2025-07-21)
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
### Features
* **api:** api update ([bf8f722](https://github.com/sst/opencode-sdk-go/commit/bf8f72275d66325a1ac03b83fec3372ed7565cce))
* **api:** api update ([0daa0f6](https://github.com/sst/opencode-sdk-go/commit/0daa0f6c93877493b4f067e3629057b01f6907fc))
## 0.1.0-alpha.18 (2025-07-21)
Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)

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

View file

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