Skip to content
Snippets Groups Projects
Unverified Commit bf64d62d authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat: advanced semver "less than (and equal to)" support (#1435)

Adds support for "less than" semver, and for complex semver values that end in "less than" e.g. ">= 1.0.0 < 2.0.0". Also supports complex semver values that end in "less than or equal to", although they make a lot less sense, e.g. ">= 1.0.0 <= 2.0.0".

Closes #1433
parent 9504fb8a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment