Releases: launchdarkly/go-semver
Releases · launchdarkly/go-semver
v1.0.3
1.0.2
[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.
1.0.1
[1.0.1] - 2020-09-18
Fixed:
- Removed some unwanted package dependencies.
- Added CI build for Go 1.15 and removed build for 1.13; Go 1.13 is now EOL.
1.0.0
[1.0.0] - 2020-06-15
Initial release.