mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 16:41:03 +00:00
release: 0.1.0-alpha.16
This commit is contained in:
parent
17fbab7311
commit
858f7cce8d
4 changed files with 14 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.15"
|
||||
".": "0.1.0-alpha.16"
|
||||
}
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.16 (2025-07-17)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([0eb5f25](https://github.com/sst/opencode-sdk-go/commit/0eb5f2598cf2e728b263afda673c036bdb1a2651))
|
||||
* **api:** api update ([d1eb243](https://github.com/sst/opencode-sdk-go/commit/d1eb24377376238012ce867cc2ec15f6b573d757))
|
||||
* **api:** api update ([97dd29a](https://github.com/sst/opencode-sdk-go/commit/97dd29abf63ddbeb6149bcc489a0123a5d0dd478))
|
||||
* **api:** api update ([185aa7f](https://github.com/sst/opencode-sdk-go/commit/185aa7f37cd4ef2bac17ef8a66c7bed5bd8af64a))
|
||||
|
||||
## 0.1.0-alpha.15 (2025-07-16)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
|
||||
|
|
|
|||
|
|
@ -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.1.0-alpha.15'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.16'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.15" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.16" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue