Skip to content

Commit 2400e9f

Browse files
authored
chore(release): prepare 0.2.0 (#9)
1 parent fcadb06 commit 2400e9f

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ existing `0.1.0` release; earlier development prereleases are not listed.
55

66
## [Unreleased]
77

8+
## [0.2.0] - 2026-09-24
9+
810
### Added
911

1012
- Export `RequestTooLargeError` for HTTP 413 and `OverloadedError` for HTTP 529 from `qca` and `qca.common`, matching Anthropic's Python SDK.

‎CONTRIBUTING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Before the first release, create the GitHub `release` Environment with required
114114

115115
```bash
116116
gh workflow run release.yml --ref main \
117-
-f version=0.1.1 \
117+
-f version=0.2.0 \
118118
-f commit_sha=<40-character-main-sha> \
119119
-f batch_id=<safe-audit-token>
120120
```

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ A static `pat` takes precedence over a provider, and an explicit `Authorization`
406406

407407
## Versioning
408408

409-
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.
409+
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.
410410

411411
```python
412412
import qca

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qca-sdk"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Typed synchronous and asynchronous clients for Qoder Cloud Agents"
55
authors = [{name = "Qoder"}]
66
license = "MIT"

‎uv.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)