Skip to content

Commit

Permalink
core: raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Mar 2, 2019
1 parent 3f66516 commit 65df28b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 3.0.0
=============
(changes since version 2.x)
- core: drop C backend in favor of CFFI
- core: drop Python < 3.5 support
- core: use None instead of -1 for default values
- core: add support for ANY queries
- core: automagically encode query names with IDNA
- core: add support for ares_search

Version 3.0.0b5
===============
- core: add support for ares_search
Expand All @@ -8,7 +18,6 @@ Version 3.0.0b4
- test: add IDNA test using the query() API
- cffi: simplify destroying ares channel


Version 3.0.0b3
===============
- core: reorganize package
Expand Down
2 changes: 1 addition & 1 deletion src/pycares/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '3.0.0b5'
__version__ = '3.0.0'

0 comments on commit 65df28b

Please sign in to comment.