- Switched from Poetry to setuptools - Replaced `aiohttp` and `aionotify` to `uvicorn`, `bareasgi`, and `watchfiles` - Removed `utils.oneshot` in favor of Python's `functools.cached_property` - Renamed `ClientException` to `ClientError`
0.5.2
------------------ - Relax python version requirements in packaging. - Expanded type annotations - Use `functools.update_wrapper` in `gilbert.utils.oneshot`. - Make `watch` clear templates and do initial render befor waiting.