File tree Expand file tree Collapse file tree 6 files changed +14
-11
lines changed
extensions/stac_fastapi/extensions Expand file tree Collapse file tree 6 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- ### Fixed
6-
7- - better support async/sync health check functions
8-
95### Removed
106
117- support for python 3.9 and 3.10
128
9+ ## [ 6.1.1] - 2025-11-23
10+
11+ ### Fixed
12+
13+ - better support async/sync health check functions
14+
1315## [ 6.1.0] - 2025-10-30
1416
1517### Fixed
@@ -674,7 +676,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
674676
675677* First PyPi release!
676678
677- [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.0..main >
679+ [ Unreleased ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.1..main >
680+ [ 6.1.1 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.1.0..6.1.1 >
678681[ 6.1.0 ] : < https://github.com/stac-utils/stac-fastapi/compare/6.0.0..6.1.0 >
679682[ 6.0.0 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.1..6.0.0 >
680683[ 5.2.1 ] : < https://github.com/stac-utils/stac-fastapi/compare/5.2.0..5.2.1 >
Original file line number Diff line number Diff line change 1- 6.1.0
1+ 6.1.1
Original file line number Diff line number Diff line change 11[project ]
22name = " stac-fastapi"
3- version = " 6.1.0 "
3+ version = " 6.1.1 "
44description = " Python library for building a STAC-compliant FastAPI application."
55requires-python = " >=3.11"
66readme = " README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181exclude = [" tests" , " .venv" ]
8282
8383[tool .bumpversion ]
84- current_version = " 6.1.0 "
84+ current_version = " 6.1.1 "
8585parse = """ (?x)
8686 (?P<major>\\ d+)\\ .
8787 (?P<minor>\\ d+)\\ .
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.0 "
3+ __version__ = "6.1.1 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.0 "
3+ __version__ = "6.1.1 "
Original file line number Diff line number Diff line change 11"""Library version."""
22
3- __version__ = "6.1.0 "
3+ __version__ = "6.1.1 "
You can’t perform that action at this time.
0 commit comments