version-number 0.4.0

Two and three component 'major.minor' and 'major.minor.patch' version number parsing
Documentation
1
2
3
4
5
mod base;
mod full;

pub use base::BaseVersion;
pub use full::FullVersion;