File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 -alpha.0 "
2+ "." : " 0.1.0 -alpha.1 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0-alpha.1 (2025-06-27)
4+
5+ Full Changelog: [ v0.0.1-alpha.0...v0.1.0-alpha.1] ( https://github.com/sst/opencode-sdk-go/compare/v0.0.1-alpha.0...v0.1.0-alpha.1 )
6+
7+ ### Features
8+
9+ * ** api:** update via SDK Studio ([ 27b7376] ( https://github.com/sst/opencode-sdk-go/commit/27b7376310466ee17a63f2104f546b53a2b8361a ) )
10+ * ** api:** update via SDK Studio ([ 0a73e04] ( https://github.com/sst/opencode-sdk-go/commit/0a73e04c23c90b2061611edaa8fd6282dc0ce397 ) )
11+ * ** api:** update via SDK Studio ([ 9b7883a] ( https://github.com/sst/opencode-sdk-go/commit/9b7883a144eeac526d9d04538e0876a9d18bb844 ) )
Original file line number Diff line number Diff 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/opencode-sdk-go@v0.0.1 -alpha.0 '
27+ go get -u ' github.com/sst/opencode-sdk-go@v0.1.0 -alpha.1 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.0.1 -alpha.0 " // x-release-please-version
5+ const PackageVersion = "0.1.0 -alpha.1 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments