Versions in this module Expand all Collapse all v0 v0.2.0 Jun 9, 2025 v0.1.0 Jun 9, 2025 Changes in this version + func SplitMetadata(m Metadata) (string, string, error) + type Metadata string + type PreRelease string + type Version struct + Major int64 + Metadata Metadata + Minor int64 + Patch int64 + PreRelease PreRelease + func Parse(v string) (Version, error) + func (v Version) Commit() string + func (v Version) Date() string + func (v Version) Number() string + func (v Version) Release() string + func (v Version) String() string