sem-version 0.0.0

Automatically retrieve the next version to release based on your commits.
Documentation
1
2
3
4
5
use std::path::PathBuf;

pub fn get_next_version(_path: PathBuf) -> Result<String, ()> {
    Err(()) // Not yet implemented
}