Skip to content

Commit

Permalink
*: Update changelog and cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed May 27, 2021
1 parent 624aa5c commit cc945ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.13.0 [unreleased]

- Update to multihash v0.14.0 (see [PR 44]).

[PR 44]: https://github.com/multiformats/rust-multiaddr/pull/44

# 0.12.0 [2021-05-26]

- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"]
license = "MIT"
name = "multiaddr"
readme = "README.md"
version = "0.12.0"
version = "0.13.0"

[features]
default = ["url"]
Expand Down

0 comments on commit cc945ce

Please sign in to comment.