Skip to content

Commit 1725b13

Browse files
committed
Prepare release 0.3-1
1 parent 6587a08 commit 1725b13

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Choice] Python version: 3, 3.8, 3.7, 3.6
22
ARG VARIANT=3
3-
FROM ghcr.io/zjkmxy/nfd-codespace:0.7.1
3+
FROM ghcr.io/zjkmxy/nfd-codespace:22.02
44

55
# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
66
# COPY requirements.txt /tmp/pip-tmp/

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
0.3-1 (2022-03-20)
5+
++++++++++++++++++
6+
* Add Light VerSec and cascade validator.
7+
* Add UDP support.
8+
* Support remote prefix registration.
9+
* NDNLPv2 protocol update.
10+
* NDN 0.3 protocol update (ForwardingHint).
11+
* Add Boost INFO parser.
12+
* Drop Python 3.8 support due to typing hint incompatability.
13+
CPython 3.8 should still work, but PyPy 3.8 is known to be incompatible.
14+
* Bug fixes.
15+
416
0.3 (2021-11-21)
517
++++++++++++++++
618
* Add ``express_raw_interest`` function to ``NDNApp``.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python-ndn
88

99
A Named Data Networking client library with AsyncIO support in Python 3.
1010

11-
It supports Python >=3.9 and PyPy3 >=7.3.7.
11+
It supports Python >=3.9 and PyPy3.9 >=7.3.8.
1212

1313
Please see our documentation_ if you have any issues.
1414

src/ndn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3"
1+
__version__ = "0.3-1"

0 commit comments

Comments
 (0)