mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-20 09:32:42 +00:00
release: 0.1.0-alpha.37
This commit is contained in:
parent
002bf6d3d6
commit
84e3f98f88
4 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.0-alpha.36"
|
||||
".": "0.1.0-alpha.37"
|
||||
}
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.0-alpha.37 (2025-08-30)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.36...v0.1.0-alpha.37)
|
||||
|
||||
### Chores
|
||||
|
||||
* **internal:** add Sequence related utils ([002bf6d](https://github.com/sst/opencode-sdk-python/commit/002bf6d3d6c95c5acbb8ac6ce862d431b926d6f0))
|
||||
|
||||
## 0.1.0-alpha.36 (2025-08-27)
|
||||
|
||||
Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "opencode-ai"
|
||||
version = "0.1.0-alpha.36"
|
||||
version = "0.1.0-alpha.37"
|
||||
description = "The official Python library for the opencode API"
|
||||
dynamic = ["readme"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||
|
||||
__title__ = "opencode_ai"
|
||||
__version__ = "0.1.0-alpha.36" # x-release-please-version
|
||||
__version__ = "0.1.0-alpha.37" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue