rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

🐛 Changelog out of date, missing entries for 1.0.1 and 1.0.3 #74

Closed curiousleo closed 1 year ago

curiousleo commented 4 years ago

This is a 🐛 bug report.

Expected Behavior

The changelog should contain entries for all released versions.

Current Behavior

As of tag v1.0.3, the changelog only mentions the 0.3.0 release from 2018, and is missing entries for releases 1.0.1 and 1.0.3.

Possible Solution

Document what changed from 0.3.0 to 1.0.1 and from 1.0.1 to 1.0.3.

Context

I am working on a CLI application using human-panic and I'm unsure whether I should update the human-panic dependency. I was looking for the relevant changelog entries to figure out whether I should update, and couldn't find the relevant information.