You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows two semantic versions to be compared without regarding certain identifiers
- Also moved `Comparable` conformance to a new file; placed new code there
- Also moved `Comparable` tests to a new file; placed new tests there
It'd be nice to do a comparison to see if
1.2.3
matches1.2.x
andor1.x.x
(up-to-next patch & up-to-next minor)The text was updated successfully, but these errors were encountered: