Changelog for new crate versions

Hi,

It would be nice if it were possible to have some kind of (optional) change-log when deploying new create versions to inform users of what has changed between versions. Is there some way to do this or is there some adopted standard that people tend to use?

Cheers!

See Add "changelog" to Cargo.toml and crates.io · Issue #2188 · rust-lang/cargo · GitHub

2 Likes

Thanks!

I've personally been using annotated tags: https://github.com/sfackler/rust-postgres/releases/tag/v0.11.0

1 Like