markdown-parser
markdown-parser copied to clipboard
Add a changelog
I've been thinking of incorporating use of generated changelogs for all my projects.
This https://github.com/yoshuawuyts/changelog seems like an awesome tool. Maybe we use that?
Nice! Are we ready for a version 1.0.0 release?
I think so yeah
Great ... I'll make a pull request adding a changelog generated using the above mentioned CLI tool
@nikitavoloboev I'm getting an error:

Do you know what is wrong?
I have a feeling it's due to us not tagging a release in Git. I think the tool uses that to make the changelog.
I see ... how exactly do you make a git version tag? Also, I'm pretty sure that I can't make the tag ... you'll probably have to do it
Will take a look in a bit
Thank you!
Any luck?
It turns out that you can't create a changelog without details in a Cargo.toml ... I've submitted a feature request (yoshuawuyts/changelog#25)