diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaf968a..b56c3d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.3" + ".": "0.1.0-alpha.4" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 09b6953..67fcd3a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 +config_hash: 1156f6f6fb7245e7b021daddf23153e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b928b60..cfa1f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) + +### Features + +* **api:** update via SDK Studio ([6a793f7](https://github.com/sst/opencode-sdk-python/commit/6a793f7fd33a34f19656a3e723b61a32b0068a88)) + ## 0.1.0-alpha.3 (2025-06-27) Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/sst/opencode-sdk-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) diff --git a/SECURITY.md b/SECURITY.md index a8a2837..6912e12 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. --- diff --git a/pyproject.toml b/pyproject.toml index 62c5cce..d1bd2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "opencode-ai" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" description = "The official Python library for the opencode API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Opencode", email = "hello@sst.dev" }, +{ name = "Opencode", email = "support@sst.dev" }, ] dependencies = [ "httpx>=0.23.0, <1", diff --git a/src/opencode_ai/_version.py b/src/opencode_ai/_version.py index 603f573..476c658 100644 --- a/src/opencode_ai/_version.py +++ b/src/opencode_ai/_version.py @@ -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.3" # x-release-please-version +__version__ = "0.1.0-alpha.4" # x-release-please-version