v3.0.0
- Drop java 6 support
- Add
withSuffix()
andwithBuild()
fluent API (thanks @punkstarman) - Add pretty string representations for
Range
andRequirement
(thanks @joschi) - Add
equals()
andhashCode()
methods forRange
andRequirement
(thanks @joschi) - Exclude build number from comparison (thanks @astraia)
- Fix
isSatisfiedBy
for loosely built requirements (thanks @sschuberth)