Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-02 | Update release procedure | Bryant Mairs | |
It can be easy to miss something that's required for a release, so run cargo publish as a dry run to make sure everything's set. | |||
2018-02-19 | [skip ci] Update the release procedure | Bryant Mairs | |
Don't change the version in `Cargo.toml` after publishing to crates.io as it's unnecessary extra manual work. | |||
2018-01-31 | [skip ci] Update RELEASE_PROCEDURE.md | Bryant Mairs | |
2018-01-26 | Fix typo in release procedure | Alan Somers | |
2016-11-16 | Get rid of version suffix between versions | Philipp Matthias Schaefer | |
2016-09-09 | Small fixes to RELEASE_PROCEDURE.md | Philipp Matthias Schaefer | |
2016-09-08 | Mention the libc version changes in RELEASE_PROCEDURE.md | Philipp Matthias Schaefer | |
2016-09-07 | Expand on release procedure | Kamal Marhubi | |
2016-07-22 | Introduce CHANGELOG.md | Philipp Matthias Schaefer | |
- Added initial CHANGELOG.md with Changes from Version 0.6.0 and the upcoming changes for version 0.7.0. - Added RELEASE_PROCEDURE.md detailing what changes should be made to CHANGELOG.md during a release. - Added sections about CHANGELOG.md in CONVENTIONS.md and CONTRIBUTIONS.md. |