Skip to main content

standard_version/
lib.rs

1//! Semantic and calendar version bump calculation.
2//!
3//! Pure library — computes the next version from a list of parsed conventional
4//! commits and bump rules. No I/O, no git operations.