1.2.0
Added
- New
withoutSuffixes()
extension forVersion
which makes a copy without the pre-release and build metadata identities. - Support for parsing loose versions.
- Constraints are now recognizing the
v
prefix in conditions like:>=v1.2
.
Fixed
- During version incrementation the
preRelease
argument was not validated.