Closed jkva closed 2 years ago
This builds on top of #11 and closes #10.
Moving to draft - there is an edge case where the version compare fails. E.g. 2022.2.3 fails to match request <= 2022.56 because of the comparison order.
2022.2.3
<= 2022.56
This builds on top of #11 and closes #10.