rio-pmtiles v1.2.0 (#629)

This commit is contained in:
Brandon Liu
2025-12-29 17:55:47 +08:00
committed by GitHub
parent 76706a54c4
commit 754e15bf58
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1.2.0
------
allow min and/or max zoom to be omitted when specifying zoom levels by @JaffaKetchup [#623]
1.1.0
------
* Compute and use OVERVIEW_LEVEL to read appropriate overviews instead of full resolution by @qchenevier [#601]

View File

@@ -1,3 +1,3 @@
"""rio-pmtiles package"""
__version__ = "1.1.0"
__version__ = "1.2.0"