fn bump_type(last: &Version, new: &Version) -> Option<&'static str>
Returns Some(“patch”|“minor”|“major”) if new is exactly one bump above last, else None.
new
last