From f20382e3b4ede915c23f89734f414d60d3cceb3c Mon Sep 17 00:00:00 2001 From: "LM. Garret" Date: Wed, 9 Oct 2024 14:45:29 +0200 Subject: [PATCH] release: 0.4.0 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736807a..4022c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-10-09 +### Added +- Command to emulate an Unlock Client + +### Fixed +- Log message when an unlock request is not authenticated should now display the ip and port + ## [0.3.0] - 2024-09-23 ### Added - Async support for all components @@ -50,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release! -[Unreleased]: https://github.com/lmgarret/py-pcbu/compare/0.3.0...HEAD +[Unreleased]: https://github.com/lmgarret/py-pcbu/compare/0.4.0...HEAD +[0.4.0]: https://github.com/lmgarret/py-pcbu/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/lmgarret/py-pcbu/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/lmgarret/py-pcbu/compare/0.1.7...0.2.0 [0.1.7]: https://github.com/lmgarret/py-pcbu/compare/0.1.6...0.1.7 diff --git a/pyproject.toml b/pyproject.toml index d88691f..916c5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "py-pcbu" -version = "0.3.0" +version = "0.4.0" description = "A package to interact with the PC Bio Unlock credentials module." authors = [ { name = "LM. Garret", email = "lm@codingarret.dev" } ] dependencies = [ "py-machineid>=0.6.0", - "dataclass-wizard>=0.22.3", + "dataclass-wizard>=0.23.0", "cryptography>=43.0.1", ] readme = "README.md"