This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
0.1.0
Added
- 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
withedgedb projects
. - Move
pytest
,coverage
,mypy
andisort
configuration intopyproject.toml
. - Run
flake8
on tests withflake8-pytest-style
and fix issues.