You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit contains two improvements to the VersionExt::is_floating
function:
1. It relaxes the requirements for 0.0.0-dev versions to be able to
include extra tag data, eg. 0.0.0-dev-pr123
2. It now uses a regular expression to check whether the prerelease
string is considered floating. The previous solution was too
limited to catch more complicated patterns.
0 commit comments