v0.1.0: Better support for semver ranges
- Better support for semver features:
>=8.9.0
- Support major ranges^10
- Support version that are missing minor and/or patch versions>= 10.0
- Support versions that have extra whitespace= 10.10.0
- Support exact versions defined with equals sign
- Use a version that is actually valid according to semver 😅
- Build with OCaml 4.07.0 and Dune