Compile release notes for v0.2.5

This commit is contained in:
pacrob
2025-04-14 11:11:38 -06:00
parent bb9c8235a8
commit f664d03852
6 changed files with 23 additions and 5 deletions

View File

@ -1 +0,0 @@
Added a ``pub-sub`` example having ``gossipsub`` as the router to demonstrate how to use the pub-sub module in py-libp2p.

View File

@ -1 +0,0 @@
Added documentation on how to add examples to the libp2p package.

View File

@ -1 +0,0 @@
Fixed flaky test_simple_last_seen_cache by adding a retry loop for reliable expiry detection across platforms.

View File

@ -1 +0,0 @@
Added install and getting started documentation.

View File

@ -1 +0,0 @@
Added Windows-specific development setup instructions to `docs/contributing.rst`.