mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-05-19 16:41:03 +00:00
Merge pull request #5 from sst/release-please--branches--main--changes--next
release: 0.1.0-alpha.5
This commit is contained in:
commit
e23561a74d
6 changed files with 15 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.4"
|
||||
".": "0.1.0-alpha.5"
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
configured_endpoints: 16
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-42c787cc277f295f28cd81a67f7b746cb4d47c3cd4c8a3fb521b03407649ebdd.yml
|
||||
openapi_spec_hash: 8f514f7881cf54e0aa65a23366df1af0
|
||||
config_hash: 61e8ad6b1bd35aec38a7b20a2570b967
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/opencode%2Fopencode-b4a3f35e4a44e5a5034508ced15d7b44c1924000062e0f5293797413d26ee412.yml
|
||||
openapi_spec_hash: f17b1091020f90126e6cefc2d38ff85f
|
||||
config_hash: 1156f6f6fb7245e7b021daddf23153e3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.5 (2025-06-27)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** update via SDK Studio ([9e39a59](https://github.com/sst/opencode-sdk-go/commit/9e39a59b3d5d1bd5e64633732521fb28362cc70e))
|
||||
|
||||
## 0.1.0-alpha.4 (2025-06-27)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
|
||||
|
|
|
|||
|
|
@ -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.4'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.5'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ or products provided by Opencode, please follow the respective company's securit
|
|||
|
||||
### Opencode Terms and Policies
|
||||
|
||||
Please contact hello@sst.dev for any questions or concerns regarding the security of our services.
|
||||
Please contact support@sst.dev for any questions or concerns regarding the security of our services.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.4" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.5" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue