Skip to content

1.0.2

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 21 Jan 02:20
· 11 commits to master since this release

[1.0.2] - 2021-01-20

Fixed:

  • Valid semantic version strings were being rejected by the parser if they contained a zero digit in any position after the first character of a numeric version component. For instance, "0.1.2" and "1.2.3" were accepted, and "01.2.3" was correctly rejected (leading zeroes for nonzero values are not allowed), but "10.2.3" was incorrectly rejected.