We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f0890 commit e11a3acCopy full SHA for e11a3ac
ChangeLog
@@ -1,3 +1,10 @@
1
+Version 3.0.0b4
2
+===============
3
+ - core: give better errors descriptions for AresError
4
+ - test: add IDNA test using the query() API
5
+ - cffi: simplify destroying ares channel
6
+
7
8
Version 3.0.0b3
9
===============
10
- core: reorganize package
src/pycares/_version.py
@@ -1,2 +1,2 @@
-__version__ = '3.0.0b3'
+__version__ = '3.0.0b4'
0 commit comments