Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2025 Changes in this version + type Version struct + func HighestSupportedVersion(versions []string) (*Version, error) + func MajorMinor(major, minor uint) *Version + func MustParseGeneric(str string) *Version + func MustParseSemantic(str string) *Version + func ParseGeneric(str string) (*Version, error) + func ParseSemantic(str string) (*Version, error) + func (v *Version) AtLeast(min *Version) bool + func (v *Version) BuildMetadata() string + func (v *Version) Compare(other string) (int, error) + func (v *Version) Components() []uint + func (v *Version) LessThan(other *Version) bool + func (v *Version) Major() uint + func (v *Version) Minor() uint + func (v *Version) Patch() uint + func (v *Version) PreRelease() string + func (v *Version) String() string + func (v *Version) WithBuildMetadata(buildMetadata string) *Version + func (v *Version) WithMajor(major uint) *Version + func (v *Version) WithMinor(minor uint) *Version + func (v *Version) WithPatch(patch uint) *Version + func (v *Version) WithPreRelease(preRelease string) *Version