From b2f50ec2b2e3ed088fa35483ee3f2f02ca8a22fc Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 27 Aug 2025 20:20:58 +0200 Subject: [PATCH] docs: fix typo in v0.37 changelog --- docs/changelogs/v0.37.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelogs/v0.37.md b/docs/changelogs/v0.37.md index f0f1800af..595076131 100644 --- a/docs/changelogs/v0.37.md +++ b/docs/changelogs/v0.37.md @@ -1,4 +1,4 @@ -[#](#) Kubo changelog v0.37 +# Kubo changelog v0.37 @@ -341,7 +341,7 @@ Learn more: [`/kubo/docs/telemetry.md`](https://github.com/ipfs/kubo/blob/master - feat(namesys/IPNSPublisher): expose ability to set Sequence (#962) ([ipfs/boxo#962](https://github.com/ipfs/boxo/pull/962)) - upgrade to go-libp2p v0.43.0 ([ipfs/boxo#993](https://github.com/ipfs/boxo/pull/993)) - Remove providing Exchange. Call Provide() from relevant places. ([ipfs/boxo#976](https://github.com/ipfs/boxo/pull/976)) - - reprovider: s/inital/initial ([ipfs/boxo#992](https://github.com/ipfs/boxo/pull/992)) + - reprovider: s/initial/initial ([ipfs/boxo#992](https://github.com/ipfs/boxo/pull/992)) - Release v0.33.1 ([ipfs/boxo#991](https://github.com/ipfs/boxo/pull/991)) - fix(bootstrap): filter-out peers behind relays (#987) ([ipfs/boxo#987](https://github.com/ipfs/boxo/pull/987)) - Bitswap: fix double-worker in connectEventManager. Logging improvements. ([ipfs/boxo#986](https://github.com/ipfs/boxo/pull/986))