diff --git a/CHANGELOG.md b/CHANGELOG.md index 623dd11..55c72cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2026-03-05 + +### Features + +- [`4bba344`](https://gitea.pufereq.pl/judas/judas_protocol/commit/4bba344e8abcd64947c06b371ae84ca8f0591a9c) **message.py**: add `Message.Telemetry` factory class +- [`29bf802`](https://gitea.pufereq.pl/judas/judas_protocol/commit/29bf80235631f069be519e3e3ac0772c9a9d44db) **types.py**: add `TELEMETRY` category + ## [0.8.0] - 2026-03-03 ### Features diff --git a/pyproject.toml b/pyproject.toml index 59e363f..2aa1cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_protocol" -version = "0.8.0" +version = "0.9.0" description = "The judas protocol" readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index 1754b99..b574fe6 100644 --- a/uv.lock +++ b/uv.lock @@ -240,7 +240,7 @@ wheels = [ [[package]] name = "judas-protocol" -version = "0.8.0" +version = "0.9.0" source = { editable = "." } [package.dev-dependencies]