From 09fe199b6bee6c3d0cc0e8750e67bbc0d52da138 Mon Sep 17 00:00:00 2001 From: kaiserd <1684595+kaiserd@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:06:45 +0200 Subject: [PATCH] chore(version): update libp2p.nimble to 1.6.0 (#1196) Updating libp2p.nimble to 1.6.0. This commit is planned to be tagged with 1.6.0. The only new feature in this version is the highly experimental Quick transport. Still, it is a feature and justifies a minor version upgrade. It also contains a few fixes and improvements (see commit history). Co-authored-by: ksr --- libp2p.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p.nimble b/libp2p.nimble index 0762f2442..1aff48891 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "libp2p" -version = "1.5.0" +version = "1.6.0" author = "Status Research & Development GmbH" description = "LibP2P implementation" license = "MIT"