# CronVer [![Build Status][build-img]][build-url] [![Repository][crates-img]][crates-url] [![Documentation][doc-img]][doc-url] Chronologic versioning (see ) is a set of rules for assigning version numbers. [build-img]: https://img.shields.io/github/workflow/status/dnaka91/chronver/CI/main?style=for-the-badge [build-url]: https://github.com/dnaka91/chronver/actions?query=workflow%3ACI [crates-img]: https://img.shields.io/crates/v/chronver?style=for-the-badge [crates-url]: https://crates.io/crates/chronver [doc-img]: https://img.shields.io/badge/docs.rs-chronver-4d76ae?style=for-the-badge [doc-url]: https://docs.rs/chronver ## Installation To use `chronver`, add it to your `Cargo.toml`: ```toml [dependencies] chronver = "0.2.0" ``` ## License This project is licensed under [MIT License](LICENSE) (or ).