# Functions
NewPackageVersionForComponent returns the PackageVersion for the package component.
NewPackageVersionForPackage returns the PackageVersion for the package.
WithAllowV0 returns a new PackageVersionOption that allows major version numbers to be 0.
# Constants
StabilityLevelAlpha is alpha stability.
StabilityLevelBeta is beta stability.
StabilityLevelStable is stable.
StabilityLevelTest is test stability.
# Interfaces
PackageVersion is a package version.
# Type aliases
PackageVersionOption is an option when constructing a new PackageVersion.
StabilityLevel is the stability level.