You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.