Skip to content

Commit 9e94f13

Browse files
committed
chore: prepare 0.18.2
1 parent 319b2fa commit 9e94f13

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.18.2
2+
3+
- Implement missing protocols. See [PR 110].
4+
[PR 110]: https://github.com/multiformats/rust-multiaddr/pull/110.
5+
6+
- Re-export `libp2p_identity::PeerId`. See [PR 108].
7+
[PR 108]: https://github.com/multiformats/rust-multiaddr/pull/108.
8+
9+
- Avoid allocations in Display and Debug of Multiaddr. See [PR 106].
10+
[PR 106]: https://github.com/multiformats/rust-multiaddr/pull/106
11+
112
# 0.18.1
213

314
- Add `with_p2p` on `Multiaddr`. See [PR 102].

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["multiaddr", "ipfs"]
88
license = "MIT"
99
name = "multiaddr"
1010
readme = "README.md"
11-
version = "0.18.1"
11+
version = "0.18.2"
1212

1313
[features]
1414
default = ["url"]

0 commit comments

Comments
 (0)