diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d16d179..c9648cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/developmentseed/lazycogs/compare/v0.3.0...v0.3.1) (2026-05-15) + + +### Bug Fixes + +* eagerly load spatial coords to avoid mismatch in sel operations ([#57](https://github.com/developmentseed/lazycogs/issues/57)) ([1f66381](https://github.com/developmentseed/lazycogs/commit/1f66381582b13a73084fbe24f35709aecfc8ee3e)) + ## [0.3.0](https://github.com/developmentseed/lazycogs/compare/v0.2.0...v0.3.0) (2026-05-07) diff --git a/pyproject.toml b/pyproject.toml index 6375fa5..97ae53c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lazycogs" -version = "0.3.0" +version = "0.3.1" description = "Lazily load COG assets from STAC items into xarray DataArrays using async-geotiff" readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index 1d790fb..28b3b74 100644 --- a/uv.lock +++ b/uv.lock @@ -1284,7 +1284,7 @@ wheels = [ [[package]] name = "lazycogs" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "affine" },