We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f66516 commit 65df28bCopy full SHA for 65df28b
ChangeLog
@@ -1,3 +1,13 @@
1
+Version 3.0.0
2
+=============
3
+(changes since version 2.x)
4
+ - core: drop C backend in favor of CFFI
5
+ - core: drop Python < 3.5 support
6
+ - core: use None instead of -1 for default values
7
+ - core: add support for ANY queries
8
+ - core: automagically encode query names with IDNA
9
+ - core: add support for ares_search
10
+
11
Version 3.0.0b5
12
===============
13
- core: add support for ares_search
@@ -8,7 +18,6 @@ Version 3.0.0b4
18
- test: add IDNA test using the query() API
19
- cffi: simplify destroying ares channel
20
-
21
Version 3.0.0b3
22
14
23
- core: reorganize package
src/pycares/_version.py
@@ -1,2 +1,2 @@
-__version__ = '3.0.0b5'
+__version__ = '3.0.0'
0 commit comments