Neargye/semver

5.99.999 is valid occurding to semver.org but does not parse

kp-cat opened this issue · 1 comments

Hi,

I think I found a bug.

5.99.999 is valid occurding to semver.org but does not parse:

auto v = semver::from_string("5.99.999");

I get an exception:

C++ exception with description "semver::version::from_string invalid version."

I think I found another one:

auto ver = semver::from_string("1.9.1-1");

I get the same exception 😞

C++ exception with description "semver::version::from_string invalid version."