Skip to content

Commit e347159

Browse files
authored
[Release] Bump to v0.2.1 (#219)
1 parent 642825d commit e347159

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
Version 0.2.1
6+
=============
7+
8+
- Improved the code for the storage module and improved test coverage.
9+
- Fixed a major synchronisation issue between CCNs. A shared variable was not updated correctly, making it impossible
10+
for CCNs to fetch the content linked to random messages.
11+
- Fixed an issue where IPFS/P2P jobs in charge of listening to the "alive" topics would not restart
12+
once an error occurred.
13+
- Fixed an issue resulting in a KeyError if an IPFS pin timed out.
14+
- CCNs now required Python 3.8+ instead of Python 3.6.
15+
516
Version 0.2.0
617
=============
718

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: v0.2.0
296+
.. |pyaleph_version| replace:: v0.2.1
297297
"""

0 commit comments

Comments
 (0)