diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dfbeed9..8bfd3d3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +1.3.9 (2020-03-02) +------------------ +- Add id to landing page, making it a valid catalog (#43, @lossyrob) +- Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron) +- Add pre-commit to CI (#48, @kylebarron) +- Add a `Links` model with custom root type to represent a list of links (#52) +- Move link related models to their own file (#53) +- Add link factories for generating inferred links (#55) +- Switch from relative to absolute imports (#61) +- Serialize date type fields to `datetime.datetime` upon model creation (#62) + 1.3.8 (2020-11-21) ------------------ - Remove enum restriction for asset roles (#39). diff --git a/setup.py b/setup.py index 129b8f3..da2260e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ description="Pydantic data models for the STAC spec", long_description=desc, long_description_content_type="text/markdown", - version="1.3.8", + version="1.3.9", python_requires=">=3.7", classifiers=[ "Intended Audience :: Developers",