gitversion-rs 0.2.4

Rust port of GitVersion — calculates semantic versions from Git history. Full feature port with a Ratatui TUI.
Documentation
1
2
3
4
5
//! Entry point for the gitversion-rs binary. Actual logic lives in lib's `app` module (required for the i18n `t!` macro).

fn main() {
    gitversion_rs::app::main();
}