This project follows semantic versioning. # 0.4.0 * [changed] commit checking is now gated under the commit feature * [changed] commits are parsed using a cloned git repo instead of GitHub API # 0.3.0 * [added] serde support * [adedd] lots and lots of tests * [added] more variants to ParseCommitError # 0.2.0 * [added] strings "stable", "beta", and "nightly" now parse to latest versions * [changed] removed beta comparison nonsense, impl Eq, Ord, and Hash for Version # 0.1.0 * Initial release.