File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ 3.0.0
2
+ =====
3
+ - Release wheels and source to PyPI with GH actions
4
+ - Try to make tests more resilient
5
+ - Don't build universal wheels
6
+ - Migrate CI to GH Actions
7
+ - Fix TXT CHAOS test
8
+ - Add support for CAA queries
9
+ - Support Python >= 3.6
10
+ - Bump pycares dependency
11
+ - Drop tasks.py
12
+ - Allow specifying dnsclass for queries
13
+ - Set URL to https
14
+ - Add license args in setup.py
15
+ - Converted Type Annotations to Py3 syntax Closes
16
+ - Only run mypy on cpython versions
17
+ - Also fix all type errors with latest mypy - pycares seems to have no typing / stubs so lets ignore it via `mypy.ini`
18
+ - setup: typing exists since Python 3.5
19
+ - Fix type annotation of gethostbyname()
20
+ - Updated README
21
+
1
22
2.0.0
2
23
=====
3
24
(changes since version 1.x)
You can’t perform that action at this time.
0 commit comments