diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa84875..1c0bb88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.22" + ".": "0.1.0-alpha.23" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a4df5f4..9aa14ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.23 (2025-07-24) + +Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.22...v0.1.0-alpha.23) + +### Features + +* **api:** api update ([e11f122](https://github.com/sst/opencode-sdk-go/commit/e11f122e73a71d931738b9fbee0c0d2daf85119f)) + ## 0.1.0-alpha.22 (2025-07-22) Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.21...v0.1.0-alpha.22) diff --git a/README.md b/README.md index f16923e..1a51efb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.22' +go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.23' ``` diff --git a/internal/version.go b/internal/version.go index c4ae486..9c3c699 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.22" // x-release-please-version +const PackageVersion = "0.1.0-alpha.23" // x-release-please-version