Skip to content

Commit f3586bd

Browse files
release: 0.1.0-alpha.9
1 parent 76303e5 commit f3586bd

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.8"
2+
".": "0.1.0-alpha.9"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.1.0-alpha.9 (2025-07-09)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** api update ([3b05d23](https://github.com/sst/opencode-sdk-go/commit/3b05d2399d49bf30c546cea4a501cbaf6af04e31))
10+
* **api:** manual updates ([dc1723e](https://github.com/sst/opencode-sdk-go/commit/dc1723eb38ae62692872d055b7c4b790a9efc198))
11+
* **client:** expand max streaming buffer size ([43ce15f](https://github.com/sst/opencode-sdk-go/commit/43ce15ff6517917359b18e0057210413cd29b919))
12+
13+
14+
### Chores
15+
16+
* **internal:** fix lint script for tests ([b76aa94](https://github.com/sst/opencode-sdk-go/commit/b76aa94f975056a5ab72937e61ebb40f80632d1a))
17+
* lint tests ([61cff76](https://github.com/sst/opencode-sdk-go/commit/61cff76ae37742f296d79eb898f55a03efcf8bb4))
18+
319
## 0.1.0-alpha.8 (2025-07-02)
420

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or to pin the version:
2424
<!-- x-release-please-start-version -->
2525

2626
```sh
27-
go get -u 'github.com/sst/[email protected].8'
27+
go get -u 'github.com/sst/[email protected].9'
2828
```
2929

3030
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.1.0-alpha.8" // x-release-please-version
5+
const PackageVersion = "0.1.0-alpha.9" // x-release-please-version

0 commit comments

Comments
 (0)