From 2e6b0ec1fac596aec03a32250655f00495be98fd Mon Sep 17 00:00:00 2001 From: Max Inden Date: Sat, 14 Nov 2020 18:12:52 +0100 Subject: [PATCH] misc/multiaddr: Increase patch version and update changelog --- misc/multiaddr/CHANGELOG.md | 5 +++++ misc/multiaddr/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/multiaddr/CHANGELOG.md b/misc/multiaddr/CHANGELOG.md index 2c33e79b9f4..08de3a61e54 100644 --- a/misc/multiaddr/CHANGELOG.md +++ b/misc/multiaddr/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.5 [unreleased] + +- Limit initial memory allocation in `visit_seq`. + [PR 1833](https://github.com/libp2p/rust-libp2p/pull/1833). + # 0.9.4 [2020-11-09] - Update dependencies. diff --git a/misc/multiaddr/Cargo.toml b/misc/multiaddr/Cargo.toml index e3f9b2c93b9..85080c222b8 100644 --- a/misc/multiaddr/Cargo.toml +++ b/misc/multiaddr/Cargo.toml @@ -6,7 +6,7 @@ description = "Implementation of the multiaddr format" homepage = "https://github.com/libp2p/rust-libp2p" keywords = ["multiaddr", "ipfs"] license = "MIT" -version = "0.9.4" +version = "0.9.5" [dependencies] arrayref = "0.3"