File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 3.1.0
2
+ =============
3
+ - misc: add Python 3.8 classifier
4
+ - (origin/master, origin/HEAD) build: use Travis to build Python Wheels
5
+ - ci: use GH Actions to test on macOS
6
+ - ci: run tests in Python 3.8 too
7
+ - test: remove no longer valid test
8
+ - test: remove empty test
9
+ - errno: return str from errno.strerror
10
+ - core: fix crash when processing .onion queries
11
+ - test: fix test_query_txt_multiple_chunked
12
+ - doc: fix path of _version.py file
13
+ - core: fix support for ARES_OPT_LOOKUPS option
14
+ - build: add cygwin support
15
+ - core: fix struct in6_addr alignment
16
+ - misc: simplify non-ascii txt test example
17
+ - core: fix long TXT record with non-ascii bytes
18
+ - build: remove extra add_include_dir line on linux
19
+ - build: fix testing manylinux wheels
20
+
1
21
Version 3.0.0
2
22
=============
3
23
(changes since version 2.x)
Original file line number Diff line number Diff line change 1
1
2
- __version__ = '3.0 .0'
2
+ __version__ = '3.1 .0'
You can’t perform that action at this time.
0 commit comments