We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4661a95 commit 7ea88a4Copy full SHA for 7ea88a4
AUTHORS.rst
@@ -1,8 +1,7 @@
1
Authors
2
=======
3
4
-* Xinyu Ma
+* Xinyu Ma <https://zjkmxy.github.io>
5
* Zhaoning Kong <https://jonnykong.com>
6
* Eric Newberry <https://ericnewberry.com>
7
* Junxiao Shi <https://yoursunny.com>
8
-
CHANGELOG.rst
@@ -3,7 +3,12 @@ Changelog
Master -- (latest)
++++++++++++++++++
+
+0.3a1 (2020-09-24)
+++++++++++++++++++
9
* Fix the bug that registering multiple prefices at the same time leads to 403 error.
10
+* Add Name Tree Schema.
11
+* Add ``.devcontainer`` for VSCode Remote Containers and GitHub Codespaces.
12
13
0.2b2-2 (2020-05-26)
14
++++++++++++++++++++
src/ndn/__init__.py
@@ -1 +1 @@
-__version__ = "0.2b2-2"
+__version__ = "0.3a1"
0 commit comments