From 093b5d01a0e1c6e694188fca83c551e2422e61ad Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Tue, 7 Nov 2023 20:11:01 +0300 Subject: [PATCH 1/3] create v1.0.0 --- CHANGELOG.md | 12 +++++++++++- VERSION | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b11ee3c..387542ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added +### Changed + +### Fixed + + +## [v1.0.0] + +### Added + - Collection-level Assets to the CollectionSerializer [#148](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/148) - Pagination for /collections - GET all collections - route [#164](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/164) - Examples folder with example docker setup for running sfes from pip [#147](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/147) @@ -79,7 +88,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Use genexp in execute_search and get_all_collections to return results. - Added db_to_stac serializer to item_collection method in core.py. -[Unreleased]: +[Unreleased]: +[v1.0.0]: [v0.3.0]: [v0.2.0]: [v0.1.0]: diff --git a/VERSION b/VERSION index 9325c3cc..afaf360d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +1.0.0 \ No newline at end of file From ba02eb8a6af12fb1809f7add95d4e2eeb39f0de0 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Wed, 8 Nov 2023 16:57:17 +0800 Subject: [PATCH 2/3] update version --- .../elasticsearch/stac_fastapi/elasticsearch/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/version.py b/stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/version.py index 68999e11..1eeef171 100644 --- a/stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/version.py +++ b/stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/version.py @@ -1,2 +1,2 @@ """library version.""" -__version__ = "0.3.0" +__version__ = "1.0.0" From 7b3c87e609db657b20fa4cb53a3e07c453da48d7 Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Wed, 8 Nov 2023 17:01:28 +0800 Subject: [PATCH 3/3] change spacing --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387542ad..7f9226fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Remove unsupported characters from Elasticsearch index names [#153](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/153) - Fixed GET /search sortby requests [#25](https://github.com/stac-utils/stac-fastapi-elasticsearch/issues/25) + ## [v0.3.0] ### Added @@ -50,11 +51,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fields Extension [#129](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/129) - Support for Python 3.11 [#131](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/131) - ### Changed - Updated core stac-fastapi libraries to 2.4.3 from 2.3.0 [#127](https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/127) + ## [v0.2.0] ### Added @@ -77,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - When using bulk ingest, items will continue to be ingested if any of them fail. Previously, the call would fail immediately if any items failed. + ## [v0.1.0] ### Changed @@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Use genexp in execute_search and get_all_collections to return results. - Added db_to_stac serializer to item_collection method in core.py. + [Unreleased]: [v1.0.0]: [v0.3.0]: