File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.8 "
2
+ "." : " 0.1.0-alpha.9 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 0.1.0-alpha.8 (2025-07-02)
4
20
5
21
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 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u
' github.com/sst/[email protected] .8 '
27
+ go get -u
' github.com/sst/[email protected] .9 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0.1.0-alpha.8 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.9 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments