vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
240 stars 52 forks source link

chore(version): update libp2p.nimble to 1.3.0 #1119

Closed kaiserd closed 3 weeks ago

kaiserd commented 3 weeks ago

Update libp2p.nimble to version to 1.3.0. This commit will be tagged as 1.3.0.

This super-seeds and closes https://github.com/vacp2p/nim-libp2p/pull/1114 because the commits since 1.2.0 contain updates to gossipsub that go beyond a fix / chore and justify a new minor version instead of a mere patch version.

Note: There is a jump from 1.1.0 to 1.3.0 because I forgot to update libp2p.nimble for the 1.2.0 release. The 1.3.0 release also acts as a patch solving this issue, which we unfortunately did not detect earlier.