release: 0.19.3

This commit is contained in:
stainless-app[bot] 2026-01-06 04:25:58 +00:00 committed by GitHub
parent 07a9537b28
commit 63d9f80c1e
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.19.2"
".": "0.19.3"
}

View file

@ -1,5 +1,13 @@
# Changelog
## 0.19.3 (2026-01-06)
Full Changelog: [v0.19.2...v0.19.3](https://github.com/sst/opencode-sdk-go/compare/v0.19.2...v0.19.3)
### Chores
* **internal:** codegen related update ([07a9537](https://github.com/sst/opencode-sdk-go/commit/07a9537b28779927c9bfaa1eddad7b757f018a3d))
## 0.19.2 (2025-12-18)
Full Changelog: [v0.19.1...v0.19.2](https://github.com/sst/opencode-sdk-go/compare/v0.19.1...v0.19.2)

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

View file

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