* Make sure Alpha band isn't considered as an internal mask by `utils.has_mask_band` (156)
2.0a7.post1
* Fix wrong min-zoom calculation in `rio_cogeo.cogeo.cog_info`
2.0a7
* remove duplicate `count` information in rio_cogeo.cogeo.cog_info output (150) * allow COG with IFD offset up to 200 bytes to accomodate with GDAL 3.1 changes (151) * fix zoom level calculation in `rio_cogeo.cogeo.cog_info`
2.0a6
* fix bug in cogeo.info when CRS in not set. * add minzoom/maxzoom in cogeo.info output.
**Breaking Changes:** * rio_cogeo.utils.get_max_zoom renamed rio_cogeo.utils.get_zooms and now return min/max zoom.
2.0a5
* move most of the cogeo info code in rio_cogeo.cogeo.cog_info api * add cog_validation info in cogeo info result * cog_validate returns a tuple (is_valid, errors, warnings) (142, co-author with geospatial-jeff) * add scale, offset, image tags and band color interpretation in cog_info (145, 146 and 147)