mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Compile release notes for v0.2.2
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
@ -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)
|
||||
-----------------------------
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Create entry points for demos to be run directly from installed package
|
||||
@ -1 +0,0 @@
|
||||
- This fix issue #492 adding a missing break statement that lowers GIL usage from 99% to 0%-2%.
|
||||
@ -1 +0,0 @@
|
||||
Merge template, adding python 3.13 to CI checks.
|
||||
@ -1 +0,0 @@
|
||||
Drop CI runs for python 3.8, run ``pyupgrade`` to bring code up to python 3.9.
|
||||
@ -1 +0,0 @@
|
||||
Rename ``typing.py`` to ``custom_types.py`` for clarity.
|
||||
Reference in New Issue
Block a user