From 5c1f6b2fe91def881475fa7caea8ec74c79743c5 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 3 Jul 2026 00:53:30 -0700 Subject: [PATCH] Prepare for v2.2.4 release - Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3e360..8a0e578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.2.4 (2026-07-03) +- Fix memory leak in `_DynamicCapabilityClient._send_helper()` (#398) +- Fix SIGSEGV (NULL pointer dereference) on malformed Text field +- Update default bundled capnproto to 1.4.0 +- Migrate project dependency management, testing, and CI to `uv` +- Consolidate configurations into `pyproject.toml` (removed `Pipfile` and `requirements.txt`) +- Apply small ruff linting fixes + ## v2.2.3 (2026-05-30) - Fix test failures on Python 3.14 (#394) - Refine documentation for PyCustomMessageBuilder (#395)