Prepare for v2.2.4 release

- Update CHANGELOG.md
This commit is contained in:
Jacob Alexander
2026-07-03 00:53:30 -07:00
parent e2aaef8b6c
commit 5c1f6b2fe9

View File

@@ -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) ## v2.2.3 (2026-05-30)
- Fix test failures on Python 3.14 (#394) - Fix test failures on Python 3.14 (#394)
- Refine documentation for PyCustomMessageBuilder (#395) - Refine documentation for PyCustomMessageBuilder (#395)