contains a small implementation of semantic-versioning (semver) operations.
below is diagram that summarizes the fields of a semantic version string::
┌─────────────────────► major │ ┌───────────────────► minor │ │ ┌─────────────────► patch │ │ │ ┌──────────────► prerelease │ │ │ │ ┌───────► build │ │ │ ┌┴┐ ┌───┴───┐ 1.2.3-pre+build-xyz }─► semver Copy
┌─────────────────────► major │ ┌───────────────────► minor │ │ ┌─────────────────► patch │ │ │ ┌──────────────► prerelease │ │ │ │ ┌───────► build │ │ │ ┌┴┐ ┌───┴───┐ 1.2.3-pre+build-xyz }─► semver
contains a small implementation of semantic-versioning (semver) operations.
what is semantic versioning?
below is diagram that summarizes the fields of a semantic version string::