zerv 0.7.99

Generate versions for any commit from git and other version control - perfect for CI/CD builds and multiple formats
Documentation
coverage:
    status:
        project:
            default:
                target: 85%
                threshold: 2%
        patch:
            default:
                target: 80%
                threshold: 5%

    ignore:
        - "src/main.rs"
        - "tests/"
        - "target/"
        - ".dev/"
        - "scripts/"

comment:
    layout: "reach,diff,flags,tree"
    behavior: default
    require_changes: false