From a2bf8dc1bb14b719a55afebdc5751c0141c92462 Mon Sep 17 00:00:00 2001
From: jonhealy1
Date: Fri, 10 May 2024 06:55:10 +0800
Subject: [PATCH 1/4] update readme, feature core
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3723f2f9..77a60974 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
Elasticsearch and Opensearch backends for the stac-fastapi project.
+ Featuring stac-fastapi.core for simplifying the creation and maintenance of custom STAC api backends.
From a057efd973713af88420d2f2abcb54b91b4c1ee2 Mon Sep 17 00:00:00 2001
From: jonhealy1
Date: Fri, 10 May 2024 07:00:18 +0800
Subject: [PATCH 2/4] add symlinks
---
stac_fastapi/core/README.md | 2 +-
stac_fastapi/elasticsearch/README.md | 6 +-----
stac_fastapi/opensearch/README.md | 6 +-----
3 files changed, 3 insertions(+), 11 deletions(-)
mode change 100644 => 120000 stac_fastapi/core/README.md
mode change 100644 => 120000 stac_fastapi/elasticsearch/README.md
mode change 100644 => 120000 stac_fastapi/opensearch/README.md
diff --git a/stac_fastapi/core/README.md b/stac_fastapi/core/README.md
deleted file mode 100644
index 02f4e35a..00000000
--- a/stac_fastapi/core/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# stac-fastapi core library for Elasticsearch and Opensearch backends
\ No newline at end of file
diff --git a/stac_fastapi/core/README.md b/stac_fastapi/core/README.md
new file mode 120000
index 00000000..fe840054
--- /dev/null
+++ b/stac_fastapi/core/README.md
@@ -0,0 +1 @@
+../../README.md
\ No newline at end of file
diff --git a/stac_fastapi/elasticsearch/README.md b/stac_fastapi/elasticsearch/README.md
deleted file mode 100644
index 85e9dd1d..00000000
--- a/stac_fastapi/elasticsearch/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# stac-fastapi-elasticsearch
-
-## Requirements
-
-The Elasticsearch backend requires **elasticsearch**.
diff --git a/stac_fastapi/elasticsearch/README.md b/stac_fastapi/elasticsearch/README.md
new file mode 120000
index 00000000..fe840054
--- /dev/null
+++ b/stac_fastapi/elasticsearch/README.md
@@ -0,0 +1 @@
+../../README.md
\ No newline at end of file
diff --git a/stac_fastapi/opensearch/README.md b/stac_fastapi/opensearch/README.md
deleted file mode 100644
index 2b1e991f..00000000
--- a/stac_fastapi/opensearch/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# stac-fastapi-opensearch
-
-## Requirements
-
-The Opensearch backend requires **opensearch**.
\ No newline at end of file
diff --git a/stac_fastapi/opensearch/README.md b/stac_fastapi/opensearch/README.md
new file mode 120000
index 00000000..fe840054
--- /dev/null
+++ b/stac_fastapi/opensearch/README.md
@@ -0,0 +1 @@
+../../README.md
\ No newline at end of file
From a61aea859b2e43158cc109842824805a35f4223f Mon Sep 17 00:00:00 2001
From: jonhealy1
Date: Fri, 10 May 2024 07:04:28 +0800
Subject: [PATCH 3/4] update changelog
---
CHANGELOG.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd27e75a..19c2fe53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
+### Added
+
+- Symlnks from project-specific readme files to main readme [#250](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/250)
+
## [v2.4.1]
### Added
From c924e92204a9fde61eca891723c0f4f96a5193cf Mon Sep 17 00:00:00 2001
From: jonhealy1
Date: Fri, 10 May 2024 07:05:41 +0800
Subject: [PATCH 4/4] spelling
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19c2fe53..26ce115f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
-- Symlnks from project-specific readme files to main readme [#250](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/250)
+- Symlinks from project-specific readme files to main readme [#250](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/250)
## [v2.4.1]