File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
stac_fastapi/elasticsearch Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ v3.2.1] - 2024-11-14
11+
12+ ### Added
13+
14+ - Added Docker image publishing to GitHub Container Registry in publish.yml [ #311 ] ( https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/311 )
15+
1016## [ v3.2.0] - 2024-10-09
1117
1218### Added
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.0 "
2+ __version__ = "3.2.1 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.0 " ,
9+ "stac-fastapi.core==3.2.1 " ,
1010 "elasticsearch[async]==8.11.0" ,
1111 "elasticsearch-dsl==8.11.0" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.0 "
2+ __version__ = "3.2.1 "
Original file line number Diff line number Diff line change 66 desc = f .read ()
77
88install_requires = [
9- "stac-fastapi.core==3.2.0 " ,
9+ "stac-fastapi.core==3.2.1 " ,
1010 "opensearch-py==2.4.2" ,
1111 "opensearch-py[async]==2.4.2" ,
1212 "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version."""
2- __version__ = "3.2.0 "
2+ __version__ = "3.2.1 "
You can’t perform that action at this time.
0 commit comments