release: 0.19.0

This commit is contained in:
stainless-app[bot] 2025-10-28 15:04:19 +00:00 committed by GitHub
parent dd3d1df753
commit d23de981a6
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.18.0"
".": "0.19.0"
}

View file

@ -1,5 +1,13 @@
# Changelog
## 0.19.0 (2025-10-28)
Full Changelog: [v0.18.0...v0.19.0](https://github.com/sst/opencode-sdk-go/compare/v0.18.0...v0.19.0)
### Features
* **api:** api update ([dd3d1df](https://github.com/sst/opencode-sdk-go/commit/dd3d1df7539d792f97aea7fa0d5da40bbee407ba))
## 0.18.0 (2025-10-10)
Full Changelog: [v0.17.0...v0.18.0](https://github.com/sst/opencode-sdk-go/compare/v0.17.0...v0.18.0)

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

View file

@ -2,4 +2,4 @@
package internal
const PackageVersion = "0.18.0" // x-release-please-version
const PackageVersion = "0.19.0" // x-release-please-version