Added - Github URL to setup.py - New publish workflow to build package and distribute to PyPI
0.6.0
Changed - Remove orjson dependency and use built-in json encoder
0.5.1
Changed - Update dependencies to latest versions
0.5.0
Changed - `pydantic` and `orjson` version requirements eased - Changed signature of `AbstractRepository.get()` and `AbstractRepository._get()` to enable greater flexibility
Fixed - Tests workflow was broken due to an issue with a dependency
0.4.2
Added - Implemented `lru_cache` for `MessageBus._get_handlers_for_event()` and `MessageBus._resolve_dependencies()` to reduce redundant calls.
0.4.1
Added - `.json()` method to `Entity`
Fixed - Swapped the standard JSON dumps function for orjson.dumps to get datetime and UUID serialization support out-of-the-box