From d42025ab201f8a315731b505db4c872b0ac64e07 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Mon, 3 Feb 2025 15:56:39 +0100 Subject: [PATCH] prepare release 4.0.0 (#196) --- CHANGES.md | 12 ++++++------ VERSION | 2 +- stac_fastapi/pgstac/version.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1a5076a5..56cf5725 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [4.0.0] - 2025-02-03 + ### Changed - remove `python 3.8` support @@ -17,6 +19,8 @@ ### Fixed - handle `next` and `dev` tokens now returned as links from pgstac>=0.9.0 (author @zstatmanweil, ) +- fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, ) +- fix `filter` extension implementation in `CoreCrudClient` ### Added @@ -27,11 +31,6 @@ - add [query extension](https://github.com/stac-api-extensions/query) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192)) - add [fields extension](https://github.com/stac-api-extensions/fields) support to Item Collection endpoint ([#162](https://github.com/stac-utils/stac-fastapi-pgstac/pull/192)) -### Fixed - -- fix Docker compose file, so example data can be loaded into database (author @zstatmanweil, ) -- fix `filter` extension implementation in `CoreCrudClient` - ## [3.0.1] - 2024-11-14 - Enable runtime `CORS` configuration using environment variables (`CORS_ORIGIN="https://...,https://..."`, `CORS_METHODS="PUT,OPTIONS"`) () @@ -367,7 +366,8 @@ As a part of this release, this repository was extracted from the main - First PyPi release! -[Unreleased]: +[Unreleased]: +[4.0.0]: [3.0.1]: [3.0.0]: [2.5.0]: diff --git a/VERSION b/VERSION index 4a36342f..fcdb2e10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +4.0.0 diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index 62f2f663..fdb72b31 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,3 +1,3 @@ """library version.""" -__version__ = "3.0.0" +__version__ = "4.0.0"