Skip to content

Commit 65df28b

Browse files
committed
core: raised version and updated changelog
1 parent 3f66516 commit 65df28b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog

+10-1
Original file line numberDiff line numberDiff line change
@@ -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+
111
Version 3.0.0b5
212
===============
313
- core: add support for ares_search
@@ -8,7 +18,6 @@ Version 3.0.0b4
818
- test: add IDNA test using the query() API
919
- cffi: simplify destroying ares channel
1020

11-
1221
Version 3.0.0b3
1322
===============
1423
- 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.0b5'
2+
__version__ = '3.0.0'

0 commit comments

Comments
 (0)