diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c0bb88..380b6f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.23" + ".": "0.1.0-alpha.24" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa14ea..11e5f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.24 (2025-07-24) + +Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.23...v0.1.0-alpha.24) + +### Features + +* **api:** api update ([99e3d38](https://github.com/sst/opencode-sdk-go/commit/99e3d3861047d7e7ca9bff3813aa3ab79d49f2bc)) + ## 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) diff --git a/README.md b/README.md index 1a51efb..8f13e42 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.23' +go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.24' ``` diff --git a/internal/version.go b/internal/version.go index 9c3c699..1072dcb 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.23" // x-release-please-version +const PackageVersion = "0.1.0-alpha.24" // x-release-please-version