keepachangelog 0.1.0

CLI / Crate API to manipulate CHANGELOG's by following keepachangelog.com guidelines, built with Rust.
Documentation
1
2
3
4
5
mod cli;

fn main() {
    let _ = cli::cli();
}