Skip to content

Releases: launchdarkly/go-semver

v1.0.3

21 Aug 20:51
f699e0f

Choose a tag to compare

1.0.3 (2024-08-21)

Bug Fixes

  • deps: bump supported Go versions to 1.23 and 1.22 (960049e)
  • don't reference testing package from main module (#11) (272fb9c)

1.0.2

21 Jan 02:20

Choose a tag to compare

[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

18 Sep 21:29

Choose a tag to compare

[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

15 Jun 23:14

Choose a tag to compare

[1.0.0] - 2020-06-15

Initial release.