Skip to content

Commit

Permalink
Prepare release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkmxy committed Nov 21, 2021
1 parent 7164512 commit 74b8aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Latest (master)
+++++++++++++++
0.3 (2021-11-21)
++++++++++++++++
* Add ``express_raw_interest`` function to ``NDNApp``.
* Add validator for known keys.
* Add CodeQL scanning.
Expand Down Expand Up @@ -50,7 +50,6 @@ Latest (master)

0.2b2 (2020-02-18)
++++++++++++++++++

* Switch to Apache License 2.0.
* Add NDNApp.get_original_packet_value.
* Improve NDNApp.route and NDNApp.express_interest to give access the
Expand All @@ -62,5 +61,4 @@ Latest (master)

0.2b1 (2019-11-20)
++++++++++++++++++

The initial release.
2 changes: 1 addition & 1 deletion src/ndn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3a1-4"
__version__ = "0.3"

0 comments on commit 74b8aad

Please sign in to comment.