Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lib name regex to allow any version number between 0 and 6 digits #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thms-dwld
Copy link

@thms-dwld thms-dwld commented Dec 16, 2020

The current regular expression only support version numbers between 0 and 3 digits.
To future proof the regex we allow the major, minor, and patch numbers to consist of up to 2 digits.

@thms-dwld thms-dwld force-pushed the fix-lib-name-version-regex branch from fb827c6 to 8d70932 Compare December 16, 2020 00:03
The current regular expression only support version numbers between 0 and 3 digits.
To future proof the regex we allow the major, minor, and patch numbers to consist of up to 2 digits.
@thms-dwld thms-dwld force-pushed the fix-lib-name-version-regex branch from 8d70932 to 8d2eac9 Compare December 16, 2020 00:05
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.

1 participant