gitbox 2.1.3

Git toolbox to simplify adoption of conventional commits and semantic version, among other things.
Documentation
1
2
3
4
5
6
7
8
pub mod commit_summary;
pub mod constant;
pub mod conventional_commit;
pub mod conventional_commit_summary;
pub mod error;
pub mod semantic_version;
pub mod tree_graph_line;
pub mod trigger;