From 2e15094264508523d3ff2d7cc4d42dce13d3a75c Mon Sep 17 00:00:00 2001 From: moonyue-w <300878504+moonyue-w@users.noreply.github.com> Date: Thu, 24 Sep 2026 17:25:02 +0800 Subject: [PATCH] chore(release): prepare 0.2.0 --- CHANGELOG.md | 2 ++ CONTRIBUTING.md | 2 +- README.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89eadf7..230d878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ existing `0.1.0` release; earlier development prereleases are not listed. ## [Unreleased] +## [0.2.0] - 2026-09-24 + ### Added - Export `RequestTooLargeError` for HTTP 413 and `OverloadedError` for HTTP 529 from `qca` and `qca.common`, matching Anthropic's Python SDK. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85e75d0..dcdb87e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ Before the first release, create the GitHub `release` Environment with required ```bash gh workflow run release.yml --ref main \ - -f version=0.1.1 \ + -f version=0.2.0 \ -f commit_sha=<40-character-main-sha> \ -f batch_id= ``` diff --git a/README.md b/README.md index 66c737c..dc8604f 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ A static `pat` takes precedence over a provider, and an explicit `Authorization` ## Versioning -This project follows [Semantic Versioning](https://semver.org). It is pre-1.0 and currently published as `0.1.0`, so the public surface may still change between releases. Anything prefixed with an underscore is internal and may change at any time. +This project follows [Semantic Versioning](https://semver.org). It is pre-1.0, so the public surface may still change between releases. Anything prefixed with an underscore is internal and may change at any time. ```python import qca diff --git a/pyproject.toml b/pyproject.toml index b9649f9..09e5098 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qca-sdk" -version = "0.1.0" +version = "0.2.0" description = "Typed synchronous and asynchronous clients for Qoder Cloud Agents" authors = [{name = "Qoder"}] license = "MIT" diff --git a/uv.lock b/uv.lock index 33df73e..bf5f1fe 100644 --- a/uv.lock +++ b/uv.lock @@ -1418,7 +1418,7 @@ wheels = [ [[package]] name = "qca-sdk" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "anyio" },