| Crates.io | keep-a-changelog |
| lib.rs | keep-a-changelog |
| version | 0.1.4 |
| created_at | 2024-04-28 11:17:16.764306+00 |
| updated_at | 2024-07-10 06:35:54.803709+00 |
| description | Rust library for generating and manipulating CHANGELOG.md files that use the Keep A Changelog format. |
| homepage | |
| repository | https://github.com/napalmpapalam/keep-a-changelog-rs |
| max_upload_size | |
| id | 1223200 |
| size | 75,551 |
Rust library for generating and manipulating CHANGELOG.md files that use the Keep A Changelog format.
This library is an adoption of the oscarotero/keep-a-changelog NPM package for Rust.
Add the following to your Cargo.toml:
[dependencies]
keep-a-changelog = "0.1"
First off, thanks for taking the time to contribute! Now, take a moment to be sure your contributions make sense to everyone else.
Found a problem? Want a new feature? First of all, see if your issue or idea has already been reported. If don't, just open a new clear and descriptive issue.
Pull requests are the greatest contributions, so be sure they are focused in scope and avoid unrelated commits.
git clone https://github.com/<your-username>/keep-a-changelog-rscd keep-a-changelog-rsgit checkout -b feature/my-new-featuregit commit -am 'Add some feature'git push origin feature/my-new-featureMIT License © Semen Loktionov