diff --git a/CHANGELOG.md b/CHANGELOG.md index b3906be..84b952b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.4.4] - 2026-03-05 + +### Refactor + +- [`85553ee`](https://gitea.pufereq.pl/judas/judas_client/commit/85553eefc56e30f6d6ce40ff428fa46dc0c880fa) **connector.py**: refactor calls to Message class constructors after protocol changes + +### Build + +- [`0a46ac4`](https://gitea.pufereq.pl/judas/judas_client/commit/0a46ac45273d516ac061fd3ef2515281a3adb1de) **uv.lock**: update judas_protocol to 0.8.0 +- [`f24f7c9`](https://gitea.pufereq.pl/judas/judas_client/commit/f24f7c9b08624a7ce3a765fb259d6f126dec82fa) **uv.lock**: update judas_protocol to 0.7.0 + ## [0.4.3] - 2026-03-01 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3051bd6..f8c4abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_client" -version = "0.4.3" +version = "0.4.4" description = "A client for judas, a remote PC fleet management system." readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index 7910c1a..1b8c2c2 100644 --- a/uv.lock +++ b/uv.lock @@ -275,7 +275,7 @@ wheels = [ [[package]] name = "judas-client" -version = "0.4.3" +version = "0.4.4" source = { editable = "." } dependencies = [ { name = "judas-protocol" },