From 69a60f65ade8eff79fb288ed31c69d4d02620382 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Mon, 28 Mar 2022 13:02:15 +0200 Subject: [PATCH] [Release] Bump to v0.2.1 --- CHANGELOG.rst | 11 +++++++++++ docs/conf.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba8a268f1..e26662719 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +Version 0.2.1 +============= + +- Improved the code for the storage module and improved test coverage. +- Fixed a major synchronisation issue between CCNs. A shared variable was not updated correctly, making it impossible + for CCNs to fetch the content linked to random messages. +- Fixed an issue where IPFS/P2P jobs in charge of listening to the "alive" topics would not restart + once an error occurred. +- Fixed an issue resulting in a KeyError if an IPFS pin timed out. +- CCNs now required Python 3.8+ instead of Python 3.6. + Version 0.2.0 ============= diff --git a/docs/conf.py b/docs/conf.py index 9f3c614b5..dd713c06d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,5 +293,5 @@ rst_epilog = """ -.. |pyaleph_version| replace:: v0.2.0 +.. |pyaleph_version| replace:: v0.2.1 """