Skip to content

Commit 8a4bd49

Browse files
authored
*: Bump version to v0.15.0 and add changelog entries (#58)
1 parent f39d904 commit 8a4bd49

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 0.14.0 [2022-02-02]
211

312
- Add support for TLS protocol (see [PR 48]).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
77
license = "MIT"
88
name = "multiaddr"
99
readme = "README.md"
10-
version = "0.14.0"
10+
version = "0.15.0"
1111

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

0 commit comments

Comments
 (0)