diff --git a/.coveragerc b/.coveragerc index 8dad98088..3ca2751a9 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,5 @@ [report] -fail_under = 89 +fail_under = 90 [run] source = pystac diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb564e51..42239d566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ - Package author to `stac-utils`, email to `stac@radiant.earth`, url to this repo ([#409](https://github.com/stac-utils/pystac/pull/409)) - `StacIO.read_json` passes arbitrary positional and keyword arguments to `StacIO.read_text` ([#433](https://github.com/stac-utils/pystac/pull/433)) +- `FileExtension` updated to work with File Info Extension v2.0.0 ([#442](https://github.com/stac-utils/pystac/pull/442)) +- `FileExtension` only operates on `pystac.Asset` instances ([#442](https://github.com/stac-utils/pystac/pull/442)) ### Fixed diff --git a/docs/api.rst b/docs/api.rst index 0f3624742..3651c212f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -283,20 +283,37 @@ SummariesEOExtension :undoc-members: :show-inheritance: -Label Extension ---------------- +File Info Extension +------------------- -These classes are representations of the :stac-ext:`Label Extension Spec