From b6c9f74b7e758f43924828bbc798e741d353b47b Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 20 Sep 2024 11:19:23 +0200 Subject: [PATCH 1/3] update changelog --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bf70ff60..bc6025f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,10 @@ # Changelog -## [Unreleased] +## [3.0.2] - 2024-09-20 ### Added -* Add `from_extensions()` method to `CollectionSearchExtension` and `CollectionSearchPostExtension` extensions to build the class based on a list of available extensions. +* Add `from_extensions()` method to `CollectionSearchExtension` and `CollectionSearchPostExtension` extensions to build the class based on a list of available extensions ([#745](https://github.com/stac-utils/stac-fastapi/pull/745)) ## [3.0.1] - 2024-08-27 From 373f95808024d5c681c4277b5d771595691b7efe Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 20 Sep 2024 11:19:29 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=203.0.1=20=E2=86=92=203.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- pyproject.toml | 2 +- stac_fastapi/api/stac_fastapi/api/version.py | 2 +- stac_fastapi/extensions/stac_fastapi/extensions/version.py | 2 +- stac_fastapi/types/stac_fastapi/types/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index cb2b00e4..b5021469 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.1 +3.0.2 diff --git a/pyproject.toml b/pyproject.toml index 0c1c5747..5030d9e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo quote-style = "double" [tool.bumpversion] -current_version = "3.0.1" +current_version = "3.0.2" parse = """(?x) (?P\\d+)\\. (?P\\d+)\\. diff --git a/stac_fastapi/api/stac_fastapi/api/version.py b/stac_fastapi/api/stac_fastapi/api/version.py index da75bfe4..8b740c75 100644 --- a/stac_fastapi/api/stac_fastapi/api/version.py +++ b/stac_fastapi/api/stac_fastapi/api/version.py @@ -1,3 +1,3 @@ """Library version.""" -__version__ = "3.0.1" +__version__ = "3.0.2" diff --git a/stac_fastapi/extensions/stac_fastapi/extensions/version.py b/stac_fastapi/extensions/stac_fastapi/extensions/version.py index da75bfe4..8b740c75 100644 --- a/stac_fastapi/extensions/stac_fastapi/extensions/version.py +++ b/stac_fastapi/extensions/stac_fastapi/extensions/version.py @@ -1,3 +1,3 @@ """Library version.""" -__version__ = "3.0.1" +__version__ = "3.0.2" diff --git a/stac_fastapi/types/stac_fastapi/types/version.py b/stac_fastapi/types/stac_fastapi/types/version.py index da75bfe4..8b740c75 100644 --- a/stac_fastapi/types/stac_fastapi/types/version.py +++ b/stac_fastapi/types/stac_fastapi/types/version.py @@ -1,3 +1,3 @@ """Library version.""" -__version__ = "3.0.1" +__version__ = "3.0.2" From 78be68580f075a1de0fb492c3383920df6c128a4 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 20 Sep 2024 11:20:55 +0200 Subject: [PATCH 3/3] update links --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bc6025f4..8c407e70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # Changelog +## [Unreleased] + ## [3.0.2] - 2024-09-20 ### Added @@ -478,7 +480,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha * First PyPi release! -[Unreleased]: +[Unreleased]: +[3.0.2]: [3.0.1]: [3.0.0]: [2.5.5.post1]: