Skip to content

Commit

Permalink
Prepare release 0.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Mar 21, 2022
1 parent 6587a08 commit 1725b13
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Choice] Python version: 3, 3.8, 3.7, 3.6
ARG VARIANT=3
FROM ghcr.io/zjkmxy/nfd-codespace:0.7.1
FROM ghcr.io/zjkmxy/nfd-codespace:22.02

# [Optional] If your pip requirements rarely change, uncomment this section to add them to the image.
# COPY requirements.txt /tmp/pip-tmp/
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.3-1 (2022-03-20)
++++++++++++++++++
* Add Light VerSec and cascade validator.
* Add UDP support.
* Support remote prefix registration.
* NDNLPv2 protocol update.
* NDN 0.3 protocol update (ForwardingHint).
* Add Boost INFO parser.
* Drop Python 3.8 support due to typing hint incompatability.
CPython 3.8 should still work, but PyPy 3.8 is known to be incompatible.
* Bug fixes.

0.3 (2021-11-21)
++++++++++++++++
* Add ``express_raw_interest`` function to ``NDNApp``.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python-ndn

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

It supports Python >=3.9 and PyPy3 >=7.3.7.
It supports Python >=3.9 and PyPy3.9 >=7.3.8.

Please see our documentation_ if you have any issues.

Expand Down
2 changes: 1 addition & 1 deletion src/ndn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3"
__version__ = "0.3-1"

0 comments on commit 1725b13

Please sign in to comment.