Skip to content

Commit 526ab42

Browse files
Release/v5.2.1 (#838)
* update changelog * Bump version: 5.2.0 → 5.2.1
1 parent b9220b4 commit 526ab42

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGES.md

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

33
## [Unreleased]
44

5+
## [5.2.1] - 2025-04-18
6+
57
### Fixed
68

79
- avoid future deprecation for pydantic.Field and use `json_schema_extra` instead of `openapi_examples`
@@ -626,7 +628,8 @@ Full changelog: https://stac-utils.github.io/stac-fastapi/migrations/v3.0.0/#cha
626628

627629
* First PyPi release!
628630

629-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.0..main>
631+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.1..main>
632+
[5.2.1]: <https://github.com/stac-utils/stac-fastapi/compare/5.2.0..5.2.1>
630633
[5.2.0]: <https://github.com/stac-utils/stac-fastapi/compare/5.1.1..5.2.0>
631634
[5.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/5.1.0..5.1.1>
632635
[5.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/5.0.3..5.1.0>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
2424
quote-style = "double"
2525

2626
[tool.bumpversion]
27-
current_version = "5.2.0"
27+
current_version = "5.2.1"
2828
parse = """(?x)
2929
(?P<major>\\d+)\\.
3030
(?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__ = "5.2.0"
3+
__version__ = "5.2.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Library version."""
22

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

3-
__version__ = "5.2.0"
3+
__version__ = "5.2.1"

0 commit comments

Comments
 (0)