jj-commit 0.2.0

Simplify the jj commit experience
1
2
3
4
5
mod conventional;
mod gitmoji;

pub use conventional::ConventionalType;
pub use gitmoji::GitmojiType;