mirror of
https://github.com/anomalyco/opencode-sdk-go.git
synced 2026-04-28 04:29:49 +00:00
release: 0.1.0-alpha.21
This commit is contained in:
parent
3f429f5b4b
commit
2aa24f6d99
4 changed files with 18 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.20"
|
||||
".": "0.1.0-alpha.21"
|
||||
}
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.21 (2025-07-22)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
|
||||
|
||||
### Features
|
||||
|
||||
* **api:** api update ([926220d](https://github.com/sst/opencode-sdk-go/commit/926220d44dd9886b41ea278ddec4e708c49f6559))
|
||||
* **api:** api update ([9f34787](https://github.com/sst/opencode-sdk-go/commit/9f347876b35b7f898060c1a5f71c322e95978e3e))
|
||||
* **api:** api update ([379c8e0](https://github.com/sst/opencode-sdk-go/commit/379c8e00197e13aebaf2f2d61277b125f1f90011))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **client:** process custom base url ahead of time ([8a99302](https://github.com/sst/opencode-sdk-go/commit/8a99302cafd4fbb587e087ce5e24a94abd791017))
|
||||
|
||||
## 0.1.0-alpha.20 (2025-07-21)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/sst/opencode-sdk-go/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
|
||||
|
|
|
|||
|
|
@ -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.20'
|
||||
go get -u 'github.com/sst/opencode-sdk-go@v0.1.0-alpha.21'
|
||||
```
|
||||
|
||||
<!-- x-release-please-end -->
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
package internal
|
||||
|
||||
const PackageVersion = "0.1.0-alpha.20" // x-release-please-version
|
||||
const PackageVersion = "0.1.0-alpha.21" // x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue