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/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: 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