release: 0.1.0-alpha.23

This commit is contained in:
stainless-app[bot] 2025-07-24 01:49:28 +00:00
parent 0e5d65b571
commit 9d50dbc558
4 changed files with 11 additions and 3 deletions

View file

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

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 0.1.0-alpha.23 (2025-07-24)
Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
### Features
* **api:** api update ([e11f122](https://github.com/sst/opencode-sdk-go/commit/e11f122e73a71d931738b9fbee0c0d2daf85119f))
## 0.1.0-alpha.22 (2025-07-22) ## 0.1.0-alpha.22 (2025-07-22)
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)

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

View file

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