From 48a848bb60bea199020f2b765a6cc3f8acc21067 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 19:12:41 +0000 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98f1e1..f629704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.0] - 2026-03-01 + +### Features + +- [`0c0595b`](https://gitea.pufereq.pl/judas/judas_protocol/commit/0c0595b5f67526f1caa4f3650c04ae36180045c3) **message.py**: move CONTROL-specific methods into `Message.Control` inner class + ## [0.6.0] - 2026-02-28 ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 6b61c06..00cb717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_protocol" -version = "0.6.0" +version = "0.7.0" description = "The judas protocol" readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index d897942..a8bd93c 100644 --- a/uv.lock +++ b/uv.lock @@ -240,7 +240,7 @@ wheels = [ [[package]] name = "judas-protocol" -version = "0.6.0" +version = "0.7.0" source = { editable = "." } [package.dev-dependencies]