From b8fe5d66d484bf69e511dc91a94903457d80db15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 23:02:09 +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 62fc124..6250ec7 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] - 2026-02-28 + +### Bug Fixes + +- [`eb46889`](https://gitea.pufereq.pl/judas/judas_client/commit/eb4688915747e2dcff3b331618c2b0185f1b611d) **connector.py**: fix `address already in use` error + ## [0.4.0] - 2026-02-28 ### Features diff --git a/pyproject.toml b/pyproject.toml index 5bb8e7f..5263f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_client" -version = "0.4.0" +version = "0.4.1" description = "A client for judas, a remote PC fleet management system." readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index 566cb1f..b6a7a73 100644 --- a/uv.lock +++ b/uv.lock @@ -275,7 +275,7 @@ wheels = [ [[package]] name = "judas-client" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "judas-protocol" },