Skip to content

Commit e11a3ac

Browse files
committed
core: raised version and updated changelog
1 parent b1f0890 commit e11a3ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
Version 3.0.0b3
29
===============
310
- core: reorganize package

src/pycares/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '3.0.0b3'
2+
__version__ = '3.0.0b4'

0 commit comments

Comments
 (0)