This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Incorrect semantic versioning parsing for beta versions #147
Comments
Did you check the box for 'List Pre Releases' in the extension settings? |
That worked, thanks! Though, it's sort of strange that pre-release versions show up as an "x". |
Yea I would agree it’s unexpected behavior. Maybe file an issue for it |
Opened #151 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
This crate incorrectly parses semantic versioning for beta versions. For example, it places
1.0.0-beta.2
as more recent than1.0.0-beta.10
To Reproduce
Steps to reproduce the behavior:
tracing-actix-web = "0.4.0-beta.13"
0.4.0-beta.9
Expected behavior
I would expect the version
1.0.0-beta.13
to be shown as more recent than1.0.0-beta.9
https://semver.org defines how beta versions should be ranked under SemVer Specification 11.4:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: