pub fn bump_between(prev: &str, new: &str) -> Option<Bump>Expand description
The bump from prev to new (both MAJOR.MINOR.PATCH). None if either
is unparseable or new is not strictly greater than prev — the caller
decides what a non-forward release means (the version-bump gate skips it).