What's Changed
The main code change in this release is from https://github.com/michalc/aiodnsresolver/pull/52, fixing an issue when multiple nameservers are queried at once
All changes:
* Permit tests to run as non-root user by jwakefieldau in https://github.com/michalc/aiodnsresolver/pull/32
* tests: get tests to finish, although not yet pass by michalc in https://github.com/michalc/aiodnsresolver/pull/37
* tests: fix 0x20 test by michalc in https://github.com/michalc/aiodnsresolver/pull/38
* tests: 0x20 test now automatically retries by michalc in https://github.com/michalc/aiodnsresolver/pull/39
* tests: fix logging test by michalc in https://github.com/michalc/aiodnsresolver/pull/40
* tests: restore and fix tests that were timing out due to not trying more nameservers by michalc in https://github.com/michalc/aiodnsresolver/pull/41
* ci: avoid coveralls to avoid urllib3/ssl error by michalc in https://github.com/michalc/aiodnsresolver/pull/42
* ci: fetch pre commit from github with https and fix linting errors by michalc in https://github.com/michalc/aiodnsresolver/pull/44
* tests: run test that now completes since multiple nameservers are attempted in tests by michalc in https://github.com/michalc/aiodnsresolver/pull/45
* ci: test and lint on Python 3.8.0, and drop testing on Python 3.6.4 for now by michalc in https://github.com/michalc/aiodnsresolver/pull/46
* ci: enable pylint checking for bad continuation by michalc in https://github.com/michalc/aiodnsresolver/pull/47
* ci: enable linter that can be enabled by michalc in https://github.com/michalc/aiodnsresolver/pull/48
* ci: move to GitHub actions, pyproject.toml and Codecov by michalc in https://github.com/michalc/aiodnsresolver/pull/49
* ci: test on more Python versions by michalc in https://github.com/michalc/aiodnsresolver/pull/50
* build: add me to authors list by michalc in https://github.com/michalc/aiodnsresolver/pull/51
* fix: ignoring responses from all but the last nameserver when querying multiple by michalc in https://github.com/michalc/aiodnsresolver/pull/52
* ci: deploy to PyPI workflow by michalc in https://github.com/michalc/aiodnsresolver/pull/53
New Contributors
* jwakefieldau made their first contribution in https://github.com/michalc/aiodnsresolver/pull/32
**Full Changelog**: https://github.com/michalc/aiodnsresolver/compare/v0.0.151...v0.0.152