mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 08:09:58 +00:00
release: 0.19.2
This commit is contained in:
parent
dc3c60ecc6
commit
4794c64653
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.19.1"
|
||||
".": "0.19.2"
|
||||
}
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 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)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* skip usage tests that don't work with Prism ([dc3c60e](https://github.com/sst/opencode-sdk-go/commit/dc3c60ecc63a66a08097f181358e09fd8a49185a))
|
||||
|
||||
## 0.19.1 (2025-12-06)
|
||||
|
||||
Full Changelog: [v0.19.0...v0.19.1](https://github.com/sst/opencode-sdk-go/compare/v0.19.0...v0.19.1)
|
||||
|
|
|
|||
|
|
@ -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.1'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.19.2'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.19.1" // x-release-please-version
|
||||
const PackageVersion = "0.19.2" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue