mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 04:29:49 +00:00
release: 0.1.0-alpha.29
This commit is contained in:
parent
4da3f7f372
commit
e3338fbc97
4 changed files with 23 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.28"
|
||||
".": "0.1.0-alpha.29"
|
||||
}
|
||||
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,5 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.29 (2025-08-29)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
|
||||
|
||||
### Features
|
||||
|
||||
* **client:** support optional json html escaping ([a3256ce](https://github.com/sst/opencode-sdk-go/commit/a3256ce99b627d82c212ad8985bac8665254a0f4))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* close body before retrying ([3fd6ee2](https://github.com/sst/opencode-sdk-go/commit/3fd6ee2bd1813242b7c133f0d4a996aae9ccd9cc))
|
||||
|
||||
|
||||
### Chores
|
||||
|
||||
* **internal:** codegen related update ([53a0edb](https://github.com/sst/opencode-sdk-go/commit/53a0edb963a26e32bd3e073bb68605ca34f2133c))
|
||||
* **internal:** update comment in script ([1514f3c](https://github.com/sst/opencode-sdk-go/commit/1514f3c60cb787b7aa013a1f06b46f289e3abf83))
|
||||
* update @stainless-api/prism-cli to v5.15.0 ([8e03de2](https://github.com/sst/opencode-sdk-go/commit/8e03de2b7d492d80a06cd0f798e79598c9bcef1d))
|
||||
|
||||
## 0.1.0-alpha.28 (2025-07-29)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Or to pin the version:
|
|||
<!-- x-release-please-start-version -->
|
||||
|
||||
```sh
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.28'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.29'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.28" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.29" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue