mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 16:41:03 +00:00
release: 0.1.0-alpha.20
This commit is contained in:
parent
9f347876b3
commit
f76151c19a
4 changed files with 12 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.19"
|
||||
".": "0.1.0-alpha.20"
|
||||
}
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.20 (2025-07-21)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([7a37503](https://github.com/sst/opencode-sdk-go/commit/7a3750339a919c950567fcfd06e16c0bd8a69462))
|
||||
* **api:** api update ([b28a288](https://github.com/sst/opencode-sdk-go/commit/b28a288922cae5d3db970dbcf035a7c06f0de9b5))
|
||||
|
||||
## 0.1.0-alpha.19 (2025-07-21)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
|
||||
|
|
|
|||
|
|
@ -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.19'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.20'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.19" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.20" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue