notabene 0.2.0

A fast linter for changelogs in Keep a Changelog format
Documentation
1
2
3
4
5
6
7
8
9
10
mod content;
mod links;
pub(crate) mod preamble;
mod releases;
mod structure;

pub use content::*;
pub use links::*;
pub use releases::*;
pub use structure::*;