From d16c1914ba343aed300f1c5fae0201370c3274de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 19:54:47 +0000 Subject: [PATCH] chore(release): 0.6.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 19903c9..f98f1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2026-02-28 + +### Refactor + +- [`fbcce01`](https://gitea.pufereq.pl/judas/judas_protocol/commit/fbcce017a0fb4e3e11916479413dc81fd313a52c) **message.py**: rename `mac` -> `id` + ## [0.5.0] - 2025-11-19 ### Features diff --git a/pyproject.toml b/pyproject.toml index debc80b..6b61c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_protocol" -version = "0.5.0" +version = "0.6.0" description = "The judas protocol" readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index 2d3d55e..d897942 100644 --- a/uv.lock +++ b/uv.lock @@ -240,7 +240,7 @@ wheels = [ [[package]] name = "judas-protocol" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } [package.dev-dependencies]