Skip to content

Commit ef8ac1c

Browse files
committed
update changelog
1 parent baac642 commit ef8ac1c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
- `writer_connection_string` in `PostgresSettings` class
5757
- `testing_connection_string` in `PostgresSettings` class
5858

59+
## [5.0.3] - 2025-07-23
60+
61+
### Fixed
62+
63+
- fix root-path handling when setting via env var or on app instance ([#270](https://github.com/stac-utils/stac-fastapi-pgstac/pull/270))
64+
5965
## [5.0.2] - 2025-04-07
6066

6167
### Fixed
@@ -463,7 +469,8 @@ As a part of this release, this repository was extracted from the main
463469

464470
- First PyPi release!
465471

466-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.2..main>
472+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.3..main>
473+
[5.0.3]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.2..5.0.3>
467474
[5.0.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.1..5.0.2>
468475
[5.0.1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.0..5.0.1>
469476
[5.0.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/4.0.3..5.0.0>

0 commit comments

Comments
 (0)