From 5b336000f7203643963ccf0d89a902fbff76cdca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 03:23:29 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 21acc1c..c5ed941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to `hawk-sdk` (Python) are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0](https://github.com/GrayCodeAI/hawk-sdk-python/compare/v0.2.0...v0.3.0) (2026-05-17) + + +### Features + +* **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)) +* initial Python SDK for hawk daemon API ([654bc65](https://github.com/GrayCodeAI/hawk-sdk-python/commit/654bc65fac499cfafc9a36df89699ab9d191197c)) + + +### Bug Fixes + +* support pydantic annotations on python 3.9 ([55d5685](https://github.com/GrayCodeAI/hawk-sdk-python/commit/55d568523530f5f9bcb6b1901d74c392c268e840)) + ## [Unreleased] ### Fixed