multiformats / rust-multihash

multihash implementation in Rust
https://github.com/multiformats/multihash
Other
150 stars 60 forks source link

Release 0.19 #322

Closed thomaseizinger closed 1 year ago

thomaseizinger commented 1 year ago

All tasks in the milestone are completed, meaning we can now release v0.19.

This will unblock https://github.com/libp2p/rust-libp2p/pull/3656 (already updated to latest HEAD) which will unblock our rust-libp2p v0.52 release.

vmx commented 1 year ago

The miggration docs are missing the removal of the identity hash.

thomaseizinger commented 1 year ago

This the currently generated changelog. I thought because it is mentioned in there, we don't need to mention it explicitly again.

(2023-06-06)

⚠ BREAKING CHANGES

Features

Bug Fixes

Code Refactoring

thomaseizinger commented 1 year ago

The miggration docs are missing the removal of the identity hash.

Would you mind adding a section of what you are expecting to see and then make the release? :)

thomaseizinger commented 1 year ago

The miggration docs are missing the removal of the identity hash.

See https://github.com/multiformats/rust-multihash/pull/323.

thomaseizinger commented 1 year ago

I think we have everything in place now :tada:

vmx commented 1 year ago

I'm working on the PR with the changelog and the version bump.

thomaseizinger commented 1 year ago

I'm working on the PR with the changelog and the version bump.

I've already submitted one! :)

https://github.com/multiformats/rust-multihash/pull/324

vmx commented 1 year ago

Thanks let me then make my changes on that one.