From 781d42b8a7b9845b0346ec2c6df679367b2006f0 Mon Sep 17 00:00:00 2001 From: Dave Grantham Date: Tue, 3 Feb 2026 20:27:27 -0700 Subject: [PATCH] add release updates Signed-off-by: Dave Grantham --- content/releases/nim-libp2p-v1.15.2.md | 29 +++++++++++++++++++ ...y-libp2p-v0.1.5.md => py-libp2p-v0.5.0.md} | 2 +- sass/sections/_releases.scss | 10 +++++++ templates/releases/section.html | 1 + 4 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 content/releases/nim-libp2p-v1.15.2.md rename content/releases/{py-libp2p-v0.1.5.md => py-libp2p-v0.5.0.md} (95%) diff --git a/content/releases/nim-libp2p-v1.15.2.md b/content/releases/nim-libp2p-v1.15.2.md new file mode 100644 index 0000000..44cb099 --- /dev/null +++ b/content/releases/nim-libp2p-v1.15.2.md @@ -0,0 +1,29 @@ ++++ +title = "Announcing the release of nim-libp2p v1.15.2" +description = "An overview of changes and updates in the v1.15.2 release" +date = 2026-02-02 +slug = "2026-02-02-nim-libp2p" + +[taxonomies] +tags = ["nim-libp2p"] + +[extra] +author = "Richard Ramos" +header_image = "/img/blog/js-libp2p-v1-header.png" +version = "v1.15.2" +implementation = "nim" +breaking = false +security = false +github_release = "https://github.com/vacp2p/nim-libp2p/releases/tag/v1.15.2" ++++ +`nim-libp2p v1.15.2` has just shipped. + +## Hotfix + +- fix(gossipsub): race condition issue causing nil pointer exception when sendConn is not set by [@chaitanyaprem](https://github.com/chaitanyaprem) in [#2049](https://github.com/vacp2p/nim-libp2p/pull/2049) + +## Contributors + +- [@chaitanyaprem](https://github.com/chaitanyaprem) + +**Full Changelog:** [v1.15.1...v1.15.2](https://github.com/vacp2p/nim-libp2p/compare/v1.15.1...v1.15.2) diff --git a/content/releases/py-libp2p-v0.1.5.md b/content/releases/py-libp2p-v0.5.0.md similarity index 95% rename from content/releases/py-libp2p-v0.1.5.md rename to content/releases/py-libp2p-v0.5.0.md index c449aec..bddd065 100644 --- a/content/releases/py-libp2p-v0.1.5.md +++ b/content/releases/py-libp2p-v0.5.0.md @@ -11,7 +11,7 @@ tags = ["tag", "py-libp2p"] author = "Paul Robinson" header_image = "/img/blog/js-libp2p-v1-header.png" version = "v0.5.0" -implementation = "python" +implementation = "py" breaking = false security = false github_release = "https://github.com/libp2p/py-libp2p/releases/tag/v0.5.0" diff --git a/sass/sections/_releases.scss b/sass/sections/_releases.scss index 0e02d8e..d6f9196 100644 --- a/sass/sections/_releases.scss +++ b/sass/sections/_releases.scss @@ -151,6 +151,16 @@ background-color: #fce7f3; color: #be185d; } + + &--py { + background-color: #dcfce7; + color: #166534; + } + + &--nim { + background-color: #fef9c3; + color: #854d0e; + } } &__date { diff --git a/templates/releases/section.html b/templates/releases/section.html index 7cab764..b5abb5b 100644 --- a/templates/releases/section.html +++ b/templates/releases/section.html @@ -23,6 +23,7 @@

Releases

+ {# Timeline #}