release: 0.1.0-alpha.18

This commit is contained in:
stainless-app[bot] 2025-07-21 22:40:02 +00:00
parent b7b07204bf
commit 3aba9c2c74
4 changed files with 11 additions and 3 deletions

View file

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

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 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)
### Features
* **api:** api update ([8d3518b](https://github.com/sst/opencode-sdk-go/commit/8d3518b282310d878685054520717352711a345e))
## 0.1.0-alpha.17 (2025-07-18) ## 0.1.0-alpha.17 (2025-07-18)
Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.16...v0.1.0-alpha.17) Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)

View file

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

View file

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