mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 12:39:53 +00:00
release: 0.14.0
This commit is contained in:
parent
5d7bbe1a30
commit
e2b4e9c842
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "0.13.0"
|
".": "0.14.0"
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.14.0 (2025-09-14)
|
||||||
|
|
||||||
|
Full Changelog: [v0.13.0...v0.14.0](https://github.com/sst/opencode-sdk-go/compare/v0.13.0...v0.14.0)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **api:** api update ([dad0bc3](https://github.com/sst/opencode-sdk-go/commit/dad0bc3da99f20a0d002a6b94e049fb70f8e6a77))
|
||||||
|
|
||||||
## 0.13.0 (2025-09-14)
|
## 0.13.0 (2025-09-14)
|
||||||
|
|
||||||
Full Changelog: [v0.12.0...v0.13.0](https://github.com/sst/opencode-sdk-go/compare/v0.12.0...v0.13.0)
|
Full Changelog: [v0.12.0...v0.13.0](https://github.com/sst/opencode-sdk-go/compare/v0.12.0...v0.13.0)
|
||||||
|
|
|
||||||
|
|
@ -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.13.0'
|
go get -u 'github.com/sst/opencode-sdk-go@v0.14.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- x-release-please-end -->
|
<!-- x-release-please-end -->
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
package internal
|
package internal
|
||||||
|
|
||||||
const PackageVersion = "0.13.0" // x-release-please-version
|
const PackageVersion = "0.14.0" // x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue