mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 08:09:58 +00:00
release: 0.1.0-alpha.26
This commit is contained in:
parent
139a6862d2
commit
d4d1c2b8be
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.25"
|
||||
".": "0.1.0-alpha.26"
|
||||
}
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.26 (2025-07-28)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([1d83774](https://github.com/sst/opencode-sdk-go/commit/1d8377459ba780a0a627171af68c1e904c138b8a))
|
||||
|
||||
## 0.1.0-alpha.25 (2025-07-24)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
|
||||
|
|
|
|||
|
|
@ -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.25'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.26'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.25" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.26" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue