Skip to content

Commit fdd6a82

Browse files
Patel230claude
andcommitted
chore(release): hawk-sdk-python 0.2.0
Bump VERSION 0.1.0 -> 0.2.0 and fold the Unreleased changelog entries under a dated [0.2.0] section. Breaking changes in 0.2.0: - list_sessions() now returns list[SessionSummary]; limit/offset removed (the daemon's GET /v1/sessions returns a bare JSON array, so the old PaginatedResponse could never validate a real response). - create_session() removed from both HawkClient and AsyncHawkClient (the daemon has no POST /v1/sessions; sessions are created implicitly by POST /v1/chat and the method always returned a 404). - Message.tool_result alias fixed to tool_results to match the daemon. - __version__ synced with pyproject.toml. Other: User-Agent header on every outbound request; OSS-standard files (CHANGELOG, CONTRIBUTING, SECURITY, CoC, templates); expanded .gitignore/.editorconfig. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9e4786c commit fdd6a82

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] — 2026-07-14
11+
1012
### Changed
1113
- **BREAKING: `list_sessions()` now returns `list[SessionSummary]`** and no
1214
longer accepts `limit`/`offset`. The daemon's `GET /v1/sessions` returns a

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)