Release version 0.1.155

This commit is contained in:
yzernik 2021-09-27 14:52:50 -07:00
parent 03b87c493f
commit 629dc86dba
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
0.1.155 - 2021-09-247
===================
### Features
- Make p2p protocol more efficient by only requesting
incremental changes when interests are updated.
- #1424 and #1423
0.1.154 - 2021-09-24
===================

View file

@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__ = '0.1.154'
__version__ = '0.1.155'