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
fix: non-alphanumeric characters as separators (#3565)
This switches the logic so we treat all non-alphanumeric characters as
separators equivalent to `.` in version strings. This should make the
code more robust to unusual version strings.
* Fixes#3558 (in that we will be able to handle `~`)
Signed-off-by: Terri Oda <[email protected]>
0 commit comments