release: 0.1.0-alpha.9

This commit is contained in:
stainless-app[bot] 2025-07-09 11:45:28 +00:00
parent 76303e5106
commit f3586bd6d7
4 changed files with 19 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.8"
".": "0.1.0-alpha.9"
}

View file

@ -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)

View file

@ -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 -->

View file

@ -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