We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a579680 commit cdb3338Copy full SHA for cdb3338
1 file changed
ChangeLog
@@ -1,3 +1,24 @@
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
+
22
2.0.0
23
=====
24
(changes since version 1.x)
0 commit comments