* fix `utils.meters_per_unit` for non earth bodies (author AndrewAnnex, https://github.com/developmentseed/morecantile/pull/92) * fix `CRS_to_uri` function to adds ability to export non-EPSG CRSs URIs (author AndrewAnnex, https://github.com/developmentseed/morecantile/pull/93)
3.2.2
* add `morecantile.defaults.TileMatrixSets` in export
3.2.1
* add python 3.11 support
3.2.0
* add python 3.10 support * remove python 3.7 support * switch to pyproject.toml
3.1.2
* add support for `foot` and `US survey foot` CRS (https://github.com/developmentseed/morecantile/pull/86)
3.1.1
* fix issue with `zoom_for_res` when resolution is smaller than minzoom (author samn, https://github.com/developmentseed/morecantile/pull/84)