* avoid breaking change for `cog_info()` when previously passing `*kwargs` to `cog_validate`
3.4.0
* add python 3.10 support * allow forwarding namespaced metadata to output dataset * set GDAL config for all `info` methods (previously GDAL's configs were only use in the COG validation step)
3.3.0
* allow **non-GeoTIFF** in `cog_validate` * allow `config` option in `rio cogeo info` CLI
3.2.0
* Switch to `pyproject.toml` (https://github.com/cogeotiff/rio-cogeo/pull/232) * add `--zoom-level` option to define dataset coarsest zoom level, when creating `web optimized` COG.
3.1.0
* Fix equivalence for rio-cogeo and GDAL definition of `aligned_levels`
**Breaking Changes:**
* update morecantile requirement to `>=3.1,<4.0`. WebOptimized COGs will is now aligned with GDAL and Mercantile TMS definition.
3.0.3
* use `rasterio.vrt.WarpedVRT` in `utils.get_web_optimized_params` to better handle dataset with GEOS projection (crossing dateline).