From 858f7cce8d3f40e7c1f379ca2c65cc10ce3e2f2a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:40:17 +0000 Subject: [PATCH] release: 0.1.0-alpha.16 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 08e82c4..7e56fe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.15" + ".": "0.1.0-alpha.16" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 044831b..5a0c891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.1.0-alpha.16 (2025-07-17) + +Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) + +### Features + +* **api:** api update ([0eb5f25](https://github.com/sst/opencode-sdk-go/commit/0eb5f2598cf2e728b263afda673c036bdb1a2651)) +* **api:** api update ([d1eb243](https://github.com/sst/opencode-sdk-go/commit/d1eb24377376238012ce867cc2ec15f6b573d757)) +* **api:** api update ([97dd29a](https://github.com/sst/opencode-sdk-go/commit/97dd29abf63ddbeb6149bcc489a0123a5d0dd478)) +* **api:** api update ([185aa7f](https://github.com/sst/opencode-sdk-go/commit/185aa7f37cd4ef2bac17ef8a66c7bed5bd8af64a)) + ## 0.1.0-alpha.15 (2025-07-16) Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) diff --git a/README.md b/README.md index fc88212..463f5ef 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.15' +go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.16' ``` diff --git a/internal/version.go b/internal/version.go index 13b9ceb..f578972 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.15" // x-release-please-version +const PackageVersion = "0.1.0-alpha.16" // x-release-please-version