Support for 'compatible release' specs (tilde equals)
jhermann opened this issue · 0 comments
jhermann commented
Specs like foo~=1.2.3
should be supported, with the newest compatible version as a replacement. In this case that means any 1.2.*
that is newer then 1.2.3
found would be offered as an update, but not 2.*
or 1.3.*
.
In essence, bumping the minimum required version up, within the specified version range.