Skip to content

Commit 2065fef

Browse files
committed
update to 6.1.5
1 parent f3b5c17 commit 2065fef

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

‎CHANGES.md‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
- default port handling in ProxyHeaderMiddleware for forwarded headers ([#852](https://github.com/stac-utils/stac-fastapi/pull/852))
1212

13+
## [6.1.5] - 2026-01-12
14+
15+
### Fixed
16+
17+
- default port handling in ProxyHeaderMiddleware for forwarded headers ([#852](https://github.com/stac-utils/stac-fastapi/pull/852)) **backported**
18+
1319
## [6.1.4] - 2025-12-12
1420

1521
### Fixed
@@ -700,7 +706,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
700706

701707
* First PyPi release!
702708

703-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.4..main>
709+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.5..main>
710+
[6.1.5]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.4..6.1.5>
704711
[6.1.4]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.3..6.1.4>
705712
[6.1.3]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.2..6.1.3>
706713
[6.1.2]: <https://github.com/stac-utils/stac-fastapi/compare/6.1.1..6.1.2>

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.4
1+
6.1.5

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-fastapi"
3-
version = "6.1.4"
3+
version = "6.1.5"
44
description = "Python library for building a STAC-compliant FastAPI application."
55
requires-python = ">=3.11"
66
readme = "README.md"
@@ -81,7 +81,7 @@ explicit_package_bases = true
8181
exclude = ["tests", ".venv"]
8282

8383
[tool.bumpversion]
84-
current_version = "6.1.4"
84+
current_version = "6.1.5"
8585
parse = """(?x)
8686
(?P<major>\\d+)\\.
8787
(?P<minor>\\d+)\\.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "6.1.4"
3+
__version__ = "6.1.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "6.1.4"
3+
__version__ = "6.1.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

3-
__version__ = "6.1.4"
3+
__version__ = "6.1.5"

0 commit comments

Comments
 (0)