Skip to content

Commit 202b8a2

Browse files
Release/v6.0.2 (#299)
* update changes * Bump version: 6.0.1 → 6.0.2
1 parent b8bf962 commit 202b8a2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [6.0.2] - 2025-10-03
6+
7+
- add `CORS_ORIGIN_REGEX` settings ([#298](https://github.com/stac-utils/stac-fastapi-pgstac/pull/298))
8+
59
## [6.0.1] - 2025-09-30
610

711
- fix: ignore 'rel:items' entries when generating links ([#294](https://github.com/stac-utils/stac-fastapi-pgstac/pull/294))
@@ -485,7 +489,8 @@ As a part of this release, this repository was extracted from the main
485489

486490
- First PyPi release!
487491

488-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.1..main>
492+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.2..main>
493+
[6.0.2]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.1..6.0.2>
489494
[6.0.1]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/6.0.0..6.0.1>
490495
[6.0.0]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.3..6.0.0>
491496
[5.0.3]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/5.0.2..5.0.3>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.1
1+
6.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ignore = [
2929

3030

3131
[tool.bumpversion]
32-
current_version = "6.0.1"
32+
current_version = "6.0.2"
3333
parse = """(?x)
3434
(?P<major>\\d+)\\.
3535
(?P<minor>\\d+)\\.

stac_fastapi/pgstac/version.py

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.0.1"
3+
__version__ = "6.0.2"

0 commit comments

Comments
 (0)