Skip to content

Commit 5b33600

Browse files
chore(main): release 0.3.0
1 parent 55d5685 commit 5b33600

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to `hawk-sdk` (Python) are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.0](https://github.com/GrayCodeAI/hawk-sdk-python/compare/v0.2.0...v0.3.0) (2026-05-17)
9+
10+
11+
### Features
12+
13+
* **hawk-sdk-python:** production hardening ([#1](https://github.com/GrayCodeAI/hawk-sdk-python/issues/1)) ([8cfbba2](https://github.com/GrayCodeAI/hawk-sdk-python/commit/8cfbba2a06bc6cd69e6aa76e99161f8ccd8854e1))
14+
* initial Python SDK for hawk daemon API ([654bc65](https://github.com/GrayCodeAI/hawk-sdk-python/commit/654bc65fac499cfafc9a36df89699ab9d191197c))
15+
16+
17+
### Bug Fixes
18+
19+
* support pydantic annotations on python 3.9 ([55d5685](https://github.com/GrayCodeAI/hawk-sdk-python/commit/55d568523530f5f9bcb6b1901d74c392c268e840))
20+
821
## [Unreleased]
922

1023
### Fixed

0 commit comments

Comments
 (0)