rust-embedded-community / rust-measurements

Metric, Imperial, and other measurement handling for Rust. Length, Temperature, Weight, and Volume
https://crates.io/crates/measurements
27 stars 10 forks source link

Add CHANGELOG #20

Closed dbrgn closed 6 years ago

dbrgn commented 6 years ago

Since there is neither a changelog, nor clear version bump commits, nor tagged releases, it is quite hard to tell for example what happened between 0.9 and 0.10.

It would be great if you could add a changelog: See https://blog.dbrgn.ch/2015/12/1/rust-crates-keep-a-changelog/ and https://keepachangelog.com/.

thejpster commented 6 years ago

Excellent idea. I'll look in to it.

On Tue, 15 May 2018, 22:39 Danilo Bargen, notifications@github.com wrote:

Since there is neither a changelog, nor version bump commits, nor tagged releases, it is really hard to tell for example what happened between 0.9 and 0.10.

It would be great if you could add a changelog: See https://blog.dbrgn.ch/2015/12/1/rust-crates-keep-a-changelog/ and https://keepachangelog.com/.

thejpster commented 6 years ago

Releases back to 0.6.0 now tagged as Releases on Github. I hope this is useful. I'll create a CHANGELOG.md for the next release.

dbrgn commented 6 years ago

Thank you!