Compile release notes for v0.2.2

This commit is contained in:
pacrob
2025-02-20 09:13:43 -07:00
parent e7a9ee78a8
commit 68f6a362fd
7 changed files with 24 additions and 6 deletions

View File

@ -125,7 +125,7 @@ endif
check-git:
# require that upstream is configured for ethereum/py-libp2p
@if ! git remote -v | grep "upstream[[:space:]]git@github.com:ethereum/py-libp2p.git (push)\|upstream[[:space:]]https://github.com/ethereum/py-libp2p (push)"; then \
@if ! git remote -v | grep "upstream[[:space:]]git@github.com:libp2p/py-libp2p.git (push)\|upstream[[:space:]]https://github.com/libp2p/py-libp2p (push)"; then \
echo "Error: You must have a remote named 'upstream' that points to 'py-libp2p'"; \
exit 1; \
fi

View File

@ -3,6 +3,29 @@ Release Notes
.. towncrier release notes start
py-libp2p v0.2.2 (2025-02-20)
-----------------------------
Bugfixes
~~~~~~~~
- - This fix issue #492 adding a missing break statement that lowers GIL usage from 99% to 0%-2%. (`#492 <https://github.com/ethereum/py-libp2p/issues/492>`__)
Features
~~~~~~~~
- Create entry points for demos to be run directly from installed package (`#490 <https://github.com/ethereum/py-libp2p/issues/490>`__)
- Merge template, adding python 3.13 to CI checks. (`#496 <https://github.com/ethereum/py-libp2p/issues/496>`__)
Internal Changes - for py-libp2p Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Drop CI runs for python 3.8, run ``pyupgrade`` to bring code up to python 3.9. (`#497 <https://github.com/ethereum/py-libp2p/issues/497>`__)
- Rename ``typing.py`` to ``custom_types.py`` for clarity. (`#500 <https://github.com/ethereum/py-libp2p/issues/500>`__)
py-libp2p v0.2.1 (2024-12-20)
-----------------------------

View File

@ -1 +0,0 @@
Create entry points for demos to be run directly from installed package

View File

@ -1 +0,0 @@
- This fix issue #492 adding a missing break statement that lowers GIL usage from 99% to 0%-2%.

View File

@ -1 +0,0 @@
Merge template, adding python 3.13 to CI checks.

View File

@ -1 +0,0 @@
Drop CI runs for python 3.8, run ``pyupgrade`` to bring code up to python 3.9.

View File

@ -1 +0,0 @@
Rename ``typing.py`` to ``custom_types.py`` for clarity.