From 07a9537b28779927c9bfaa1eddad7b757f018a3d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 03:32:53 +0000 Subject: [PATCH 1/2] chore(internal): codegen related update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 821edeb..47e2776 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2025 opencode +Copyright 2026 opencode Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: From 63d9f80c1eb7516beb2703aa755fe1944e056544 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 04:25:58 +0000 Subject: [PATCH 2/2] release: 0.19.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c18333e..1b4d3bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.2" + ".": "0.19.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8ae44..ba6aa67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.19.3 (2026-01-06) + +Full Changelog: [v0.19.2...v0.19.3](https://github.com/sst/opencode-sdk-go/compare/v0.19.2...v0.19.3) + +### Chores + +* **internal:** codegen related update ([07a9537](https://github.com/sst/opencode-sdk-go/commit/07a9537b28779927c9bfaa1eddad7b757f018a3d)) + ## 0.19.2 (2025-12-18) Full Changelog: [v0.19.1...v0.19.2](https://github.com/sst/opencode-sdk-go/compare/v0.19.1...v0.19.2) diff --git a/README.md b/README.md index f184c3e..6e88a83 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.19.2' +go get -u 'github.com/sst/opencode-sdk-go@v0.19.3' ``` diff --git a/internal/version.go b/internal/version.go index 37a9f46..c7f3d8c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.19.2" // x-release-please-version +const PackageVersion = "0.19.3" // x-release-please-version