python-semanticversion icon indicating copy to clipboard operation
python-semanticversion copied to clipboard

[RFE] support for wildcard kind

Open igor-raits opened this issue 9 years ago • 1 comments

rust utilizes wildcard in away:

* := >=0.0.0
1.* := >=1.0.0 <2.0.0
1.2.* := >=1.2.0 <1.3.0

it's definitely possible to workaround on my side, but would be very cool enhancement!

And thanks for making this library!

igor-raits avatar Jan 28 '17 16:01 igor-raits

actually looks like it can parse *, but can't parse 1.2.*

igor-raits avatar Jan 28 '17 16:01 igor-raits