Compile release notes for v0.2.4

This commit is contained in:
pacrob
2025-03-27 15:52:25 -06:00
parent 3bdbde57c7
commit aec7995eba
5 changed files with 9 additions and 4 deletions

View File

@ -3,6 +3,15 @@ Release Notes
.. towncrier release notes start
py-libp2p v0.2.4 (2025-03-27)
-----------------------------
Bugfixes
~~~~~~~~
- Added Windows compatibility by using coincurve instead of fastecdsa on Windows platforms (`#507 <https://github.com/ethereum/py-libp2p/issues/507>`__)
py-libp2p v0.2.3 (2025-03-27)
-----------------------------

View File

@ -1 +0,0 @@
Updates ``Feature Breakdown`` in ``README`` to more closely match the list of standard modules.

View File

@ -1 +0,0 @@
Added Windows compatibility by using coincurve instead of fastecdsa on Windows platforms

View File

@ -1 +0,0 @@
Fixed import path in the examples to use updated `net_stream` module path, resolving ModuleNotFoundError when running the examples.

View File

@ -1 +0,0 @@
Fixes broken CI lint run, bumps ``pre-commit-hooks`` version to ``5.0.0`` and ``mdformat`` to ``0.7.22``.