File tree 6 files changed +9
-6
lines changed
stac_fastapi/elasticsearch
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v2.3.0]
11
+
10
12
### Changed
11
13
12
14
- Upgraded stac-fastapi libraries to v2.5.3 from v2.4.9 [ #172 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch/pull/172 )
@@ -155,7 +157,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
155
157
- Added db_to_stac serializer to item_collection method in core.py.
156
158
157
159
158
- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.2.0...main >
160
+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.3.0...main >
161
+ [ v2.3.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.2.0...v2.3.0 >
159
162
[ v2.2.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.1.0...v2.2.0 >
160
163
[ v2.1.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v2.0.0...v2.1.0 >
161
164
[ v2.0.0 ] : < https://github.com/stac-utils/stac-fastapi-elasticsearch/tree/v1.1.0...v2.0.0 >
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.2 .0"
2
+ __version__ = "2.3 .0"
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==2.2 .0" ,
9
+ "stac-fastapi.core==2.3 .0" ,
10
10
"elasticsearch[async]==8.11.0" ,
11
11
"elasticsearch-dsl==8.11.0" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.2 .0"
2
+ __version__ = "2.3 .0"
Original file line number Diff line number Diff line change 6
6
desc = f .read ()
7
7
8
8
install_requires = [
9
- "stac-fastapi.core==2.2 .0" ,
9
+ "stac-fastapi.core==2.3 .0" ,
10
10
"opensearch-py==2.4.2" ,
11
11
"opensearch-py[async]==2.4.2" ,
12
12
"uvicorn" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
- __version__ = "2.2 .0"
2
+ __version__ = "2.3 .0"
You can’t perform that action at this time.
0 commit comments