diff --git a/HISTORY.md b/HISTORY.md index 1218ab3..9703db2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,10 +5,22 @@ Changelog (unreleased) ------------ +Fix +~~~ +- Even more changes to accommodate older GraphQL schema. [Simon + Diesenreiter] + + +0.0.3 (2026-02-28) +------------------ + Fix ~~~ - Adapt for supported GraphQL schema on 6.12.13. [Simon Diesenreiter] +Other +~~~~~ + 0.0.2 (2026-02-21) ------------------ @@ -191,6 +203,7 @@ Fix substring matching for sensitive data redaction - subscriptions/: Extracted SSL context creation to shared helper in utils.py, replaced deprecated ssl._create_unverified_context API + - tools/array.py: Renamed parity_history to parity_status, hoisted ALL_ACTIONS - tools/storage.py: Fixed dict(None) risks, temperature 0 falsiness bug - tools/notifications.py, keys.py, rclone.py: Fixed dict(None) TypeError risks - tests/: Fixed generator type annotations, added coverage for compound keys diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4