ferrflow 7.13.4

Universal semantic versioning for monorepos and classic repos
Documentation
mod check;
pub(crate) mod preview;
mod release;
pub(crate) mod run;
mod types;
mod util;
mod version_source;

mod graph_report;
pub(crate) mod impact;

mod plan_interactive;

pub use check::check;
use check::plan_json;
pub use graph_report::run as graph;
pub use plan_interactive::run as plan_interactive;
pub use release::release;
pub use run::why;

#[cfg(test)]
mod tests;