Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Feb 22:12
4547c4a
Release/0.13.0 (#13)

* Bump to 0.13.0, enforce single command/query handler per module

Breaking changes:
- Registering duplicate Command/Query handlers in the same module
  raises DuplicateHandlerError (fixes #8)
- HandlerNotFoundError(LookupError) replaces ValueError for missing handlers
- UnknownDependencyError moved to lato.exceptions

Added lato/exceptions.py with DuplicateHandlerError, HandlerNotFoundError,
and UnknownDependencyError. Updated docstrings, docs, and tests.