We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d904 commit 8a4bd49Copy full SHA for 8a4bd49
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.15.0 [unreleased]
2
+
3
+- Add support for Noise protocol. See [PR 53].
4
5
+- Use `multibase` instead of `bs58` for base58 encoding. See [PR 56].
6
7
+[PR 53]: https://github.com/multiformats/rust-multiaddr/pull/53
8
+[PR 56]: https://github.com/multiformats/rust-multiaddr/pull/56
9
10
# 0.14.0 [2022-02-02]
11
12
- Add support for TLS protocol (see [PR 48]).
Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
license = "MIT"
name = "multiaddr"
readme = "README.md"
-version = "0.14.0"
+version = "0.15.0"
[features]
13
default = ["url"]
0 commit comments