<small>[Compare with 0.0.5](https://github.com/nsidnev/edgeql-queries/compare/0.0.5...0.1.0)</small>
Added
- Add support for `Python 3.9`.
- Support transactions as arguments in queries.
Misc
- Bump dependencies.
- Add cache for dependencies in CI.
- Add `Python 3.9` in CI's matrix when running tests.
- Run CI using latest `EdgeDB Beta 2` version.
- Update CI using latest stable actions.
- Migrate to GitHub-native Dependantbot.
- Replace `docker-compose` with `edgedb projects`.
- Move `pytest`, `coverage`, `mypy` and `isort` configuration into `pyproject.toml`.
- Run `flake8` on tests with `flake8-pytest-style` and fix issues.