We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7811ee commit 1a54bb0Copy full SHA for 1a54bb0
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+0.3a1-3 (2021-05-22)
5
+++++++++++++++++++++
6
+* Support Unix socket on Windows 10.
7
+* Fix semaphore running in a different event loop bug.
8
+
9
0.3a1-2 (2021-04-29)
10
++++++++++++++++++++
11
* Handle ConnectionResetError.
src/ndn/__init__.py
@@ -1 +1 @@
-__version__ = "0.3a1-2"
+__version__ = "0.3a1-3"
0 commit comments