mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-01 22:10:28 +00:00
release: 0.1.0-alpha.26
This commit is contained in:
parent
be1f9d88f0
commit
c75c9633c9
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "0.1.0-alpha.25"
|
".": "0.1.0-alpha.26"
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.0-alpha.26 (2025-07-21)
|
||||||
|
|
||||||
|
Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **api:** api update ([827dc0c](https://github.com/sst/opencode-sdk-python/commit/827dc0c780afd217f981cdd31d371fe96327aeec))
|
||||||
|
|
||||||
## 0.1.0-alpha.25 (2025-07-21)
|
## 0.1.0-alpha.25 (2025-07-21)
|
||||||
|
|
||||||
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
|
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "opencode-ai"
|
name = "opencode-ai"
|
||||||
version = "0.1.0-alpha.25"
|
version = "0.1.0-alpha.26"
|
||||||
description = "The official Python library for the opencode API"
|
description = "The official Python library for the opencode API"
|
||||||
dynamic = ["readme"]
|
dynamic = ["readme"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||||
|
|
||||||
__title__ = "opencode_ai"
|
__title__ = "opencode_ai"
|
||||||
__version__ = "0.1.0-alpha.25" # x-release-please-version
|
__version__ = "0.1.0-alpha.26" # x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue