zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Error in readme #11

Closed whiskeysierra closed 9 years ago

whiskeysierra commented 9 years ago

The readme for build-aware ordering states:

boolean result = v1.equals(v2);           // false

But equals should still return true.

zafarkhaja commented 9 years ago

Good catch, thanks. Will ship the fix with the upcoming release.

zafarkhaja commented 9 years ago

Landed in the release-0.8.0 branch which is to be released soon.