diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a2802b4..f5c64c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.11.1 - Released on 2025-03-01 +-------------------------------- +* Customize repr to improve tests unit equality debugging +* Fix bug in model equality, they must have the same type + 0.11.0 - Released on 2025-02-23 -------------------------------- * Add support of optional dependencies. diff --git a/pyproject.toml b/pyproject.toml index 60a30b8..66603d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = [{ name = "Guillaume Gauvrit", email = "guillaume@gauvr.it" }] description = "Lightweight message bus library designed for event-driven architectures." name = "messagebus" -version = "0.11.0" +version = "0.11.1" requires-python = ">=3.10" license = { text = "MIT" } keywords = ["event-driven", "microservice", "CQRS"] diff --git a/uv.lock b/uv.lock index 6fce414..a5a0533 100644 --- a/uv.lock +++ b/uv.lock @@ -441,7 +441,7 @@ wheels = [ [[package]] name = "messagebus" -version = "0.11.0" +version = "0.11.1" source = { editable = "." } dependencies = [ { name = "lastuuid" },