From 508ca4412e8ca6b305efa36c15baf0fd364ad18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 20 Jul 2017 23:05:01 +0200 Subject: [PATCH] core: raised version and updated changelog --- ChangeLog | 9 +++++++++ pycares/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c8bafd..d9cc3db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 2.3.0 +============= + - core: fix CPython implementation TTL parsing issue + - core: add ability to make queries using the command line + - core: fix parsing TXT records with invalid UTF-8 chars + - deps: removed unneeded c-ares files + - core: update bundled c-ares to 1.13.0 + - ci: fix PyPy in Travis + Version 2.2.0 ============= - test: fix CNAME test diff --git a/pycares/_version.py b/pycares/_version.py index a68b495..35e86e4 100644 --- a/pycares/_version.py +++ b/pycares/_version.py @@ -1,2 +1,2 @@ -__version__ = '2.2.0' +__version__ = '2.3.0'