Skip to content

Commit 8f8b940

Browse files
committed
core: raised version and updated changelog
1 parent 4f113c0 commit 8f8b940

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
Version 3.0.0
222
=============
323
(changes since version 2.x)

src/pycares/_version.py

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

2-
__version__ = '3.0.0'
2+
__version__ = '3.1.0'

0 commit comments

Comments
 (0)