Skip to content

Commit 7ea88a4

Browse files
committed
Prepare release 0.3a1
1 parent 4661a95 commit 7ea88a4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Authors
22
=======
33

4-
* Xinyu Ma
4+
* Xinyu Ma <https://zjkmxy.github.io>
55
* Zhaoning Kong <https://jonnykong.com>
66
* Eric Newberry <https://ericnewberry.com>
77
* Junxiao Shi <https://yoursunny.com>
8-

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Changelog
33

44
Master -- (latest)
55
++++++++++++++++++
6+
7+
0.3a1 (2020-09-24)
8+
++++++++++++++++++
69
* 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.
712

813
0.2b2-2 (2020-05-26)
914
++++++++++++++++++++

src/ndn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2b2-2"
1+
__version__ = "0.3a1"

0 commit comments

Comments
 (0)