Compile release notes

This commit is contained in:
Jason Carver
2019-12-12 13:57:27 -08:00
parent 23fa86979d
commit 368ac7ef7f
4 changed files with 16 additions and 3 deletions

View File

@ -3,6 +3,22 @@ Release Notes
.. towncrier release notes start
libp2p v0.1.4 (2019-12-12)
--------------------------
Features
~~~~~~~~
- Added support for Python 3.6 (`#372 <https://github.com/libp2p/py-libp2p/issues/372>`__)
- Add signing and verification to pubsub (`#362 <https://github.com/libp2p/py-libp2p/issues/362>`__)
Internal Changes - for py-libp2p Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Refactor and cleanup gossipsub (`#373 <https://github.com/libp2p/py-libp2p/issues/373>`__)
libp2p v0.1.3 (2019-11-27)
--------------------------

View File

@ -1 +0,0 @@
Add signing and verification to pubsub

View File

@ -1 +0,0 @@
Added support for Python 3.6

View File

@ -1 +0,0 @@
Refactor and cleanup gossipsub