mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 16:41:03 +00:00
release: 0.1.0-alpha.9
This commit is contained in:
parent
76303e5106
commit
f3586bd6d7
4 changed files with 19 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.8"
|
||||
".": "0.1.0-alpha.9"
|
||||
}
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.9 (2025-07-09)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([3b05d23](https://github.com/sst/opencode-sdk-go/commit/3b05d2399d49bf30c546cea4a501cbaf6af04e31))
|
||||
* **api:** manual updates ([dc1723e](https://github.com/sst/opencode-sdk-go/commit/dc1723eb38ae62692872d055b7c4b790a9efc198))
|
||||
* **client:** expand max streaming buffer size ([43ce15f](https://github.com/sst/opencode-sdk-go/commit/43ce15ff6517917359b18e0057210413cd29b919))
|
||||
|
||||
|
||||
### Chores
|
||||
|
||||
* **internal:** fix lint script for tests ([b76aa94](https://github.com/sst/opencode-sdk-go/commit/b76aa94f975056a5ab72937e61ebb40f80632d1a))
|
||||
* lint tests ([61cff76](https://github.com/sst/opencode-sdk-go/commit/61cff76ae37742f296d79eb898f55a03efcf8bb4))
|
||||
|
||||
## 0.1.0-alpha.8 (2025-07-02)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
|
||||
|
|
|
|||
|
|
@ -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.8'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.9'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.8" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.9" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue