diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b3b56..30414d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ History ======= +1.3.0 (2023-08-28) +------------------ +* More complete check of `SetsmScene` source file existence +* Add new '*_datamask.tif' DEM mosaic tile component raster to scripts +* New toggle for writing "tile release" format index fields +* Support for pg_service.conf postgres connection settings +* Limit rasterproxy creation to relevant tifs in packaging +* Improve handling of errors in SETSM product packaging scripts +* Fix security issue in logging, change expected Danco service name in PG config +* Add python script with function to read LERC_ZSTD compressed 50cm Scene DEM rasters +* Strip DEM index changes to use correct field tupes + 1.2.1 (2023-05-01) ------------------ * STAC: Add support for ArcticDEM v3.0 mosaics @@ -10,7 +22,6 @@ History 1.2 (2023-03-10) ------------------ - * Added ability to convert Strip DEMs to COG upon packaging and build raster proxy files * Added scene DEM index fields and correct improper field types * Added ability to creat STAC items and catalogs diff --git a/lib/version.py b/lib/version.py index a462b9e..80102a2 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -__version__ = (1, 2, 1, "r00000") +__version__ = (1, 3, 0, "r00000") VERSION = "{}.{}.{}{}".format(*__version__) SHORT_VERSION = VERSION.split("r")[0] \ No newline at end of file