Skip to content

Update version check to use semantic versioning. - #125

Merged
pgrunde merged 2 commits into
gSchool:masterfrom
realistschuckle:use-semver-comparisons
Mar 6, 2024
Merged

Update version check to use semantic versioning.#125
pgrunde merged 2 commits into
gSchool:masterfrom
realistschuckle:use-semver-comparisons

Conversation

@realistschuckle

Copy link
Copy Markdown
Contributor

Closes #124.

This change adds a new dependency to

github.com/Masterminds/semver

It now parses the published version from GitHub and the installed version, then does a comparison of the two versions using the semantic versioning algorithm.

@pgrunde @ToriK17 Tagging for visibility.

Curtis Schlak added 2 commits March 6, 2024 08:16
This change adds a new dependency to

    github.com/Masterminds/semver

It now parses the published version from GitHub and the installed
version, then does a comparison of the two versions using the
semantic versioning algorithm.
@davidgrieser
davidgrieser requested a review from pgrunde March 6, 2024 16:27
@pgrunde
pgrunde merged commit d21f10e into gSchool:master Mar 6, 2024
@realistschuckle
realistschuckle deleted the use-semver-comparisons branch March 6, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version check does not follow semantic versioning

2 participants