Rust library for generating and manipulating CHANGELOG.md files that use the Keep A Changelog format.
## Overview This library is an adoption of the [oscarotero/keep-a-changelog](https://github.com/oscarotero/keep-a-changelog) NPM package for Rust. ## Installation Add the following to your `Cargo.toml`: ```toml [dependencies] keep-a-changelog = "0.1" ``` ## Contribute First off, thanks for taking the time to contribute! Now, take a moment to be sure your contributions make sense to everyone else. ### Reporting Issues Found a problem? Want a new feature? First of all, see if your issue or idea has [already been reported](../../issues). If don't, just open a [new clear and descriptive issue](../../issues/new). ### Submitting pull requests Pull requests are the greatest contributions, so be sure they are focused in scope and avoid unrelated commits. - Fork it! - Clone your fork: `git clone https://github.com/