mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-16 20:02:11 +00:00
release: 0.17.0
This commit is contained in:
parent
84a3df50a7
commit
fdc819d41a
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.16.2"
|
||||
".": "0.17.0"
|
||||
}
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.17.0 (2025-10-07)
|
||||
|
||||
Full Changelog: [v0.16.2...v0.17.0](https://github.com/sst/opencode-sdk-go/compare/v0.16.2...v0.17.0)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([84a3df5](https://github.com/sst/opencode-sdk-go/commit/84a3df50a7ff3d87e5593e4f29dfb5d561f71cc3))
|
||||
|
||||
## 0.16.2 (2025-09-26)
|
||||
|
||||
Full Changelog: [v0.16.1...v0.16.2](https://github.com/sst/opencode-sdk-go/compare/v0.16.1...v0.16.2)
|
||||
|
|
|
|||
|
|
@ -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.16.2'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.17.0'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.16.2" // x-release-please-version
|
||||
const PackageVersion = "0.17.0" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue