From 8c4b49f0d71d3e664e34af8ea3aee7615cab169b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Oct 2025 11:23:28 +0000 Subject: [PATCH] chore(release): 0.4.1 --- 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 e8224c5..81df578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.1] - 2025-10-05 + +### Miscellaneous Tasks + +- [`f307a7f`](https://gitea.pufereq.pl/judas/judas_protocol/commit/f307a7f457924ff1717ed4c8ce195ce022dd5680) **message.py**: add `target_id` argument to `Message.ack` classmethod + ## [0.4.0] - 2025-10-05 ### Features diff --git a/pyproject.toml b/pyproject.toml index 8bf1718..1ff1531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_protocol" -version = "0.4.0" +version = "0.4.1" description = "The judas protocol" readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index 4f56c98..cee0c86 100644 --- a/uv.lock +++ b/uv.lock @@ -240,7 +240,7 @@ wheels = [ [[package]] name = "judas-protocol" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } [package.dev-dependencies]