uuid-rs / uuid

Generate and parse UUIDs.

Home Page:https://www.crates.io/crates/uuid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Changelog

brianheylin-ds opened this issue Β· comments

commented

Motivation
I want to be able to review the important changes between versions in a quick and concise manner

Solution
Add a CHANGELOG.md that uses a well known format

Thanks πŸ˜‰

Hi @brianheylin-ds πŸ‘‹

We've been using GitHub's releases to track changes between releases. That should have everything you need when reviewing updates, along with ready access to the diff itself.

I came here to ask the same.
Even though the changes exist in the notes of the releases on github, it would still be useful to have a CHANGELOG.md file inside the repo. Both because of consistency across repo's. It has since become part of the workflow to check the repo for changes before updating them. It has basically become standard in all repo's to include this file.

I see this has also been partially talked about in #369. I hope you would considering adding it, even if it just includes the releases (not the unreleased changes in the repo).