Skip to content

Commit 494e485

Browse files
Release/v3.0.0b1 (#727)
* update changelog * Bump version: 3.0.0a4 → 3.0.0b1
1 parent dbd0464 commit 494e485

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGES.md

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

33
## [Unreleased] - TBD
44

5+
## [3.0.0b1] - 2024-07-05
6+
57
### Added
68

79
* Add attributes to `stac_fastapi.api.app.StacApi` to enable customization of request model for:
@@ -21,6 +23,7 @@
2123

2224
* Replaced `@attrs` with python `@dataclass` for `APIRequest` (model for GET request) class type [#714](https://github.com/stac-utils/stac-fastapi/pull/714)
2325
* Moved `GETPagination`, `POSTPagination`, `GETTokenPagination` and `POSTTokenPagination` to `stac_fastapi.extensions.core.pagination.request` submodule [#717](https://github.com/stac-utils/stac-fastapi/pull/717)
26+
* update FastAPI requirement to `>=0.111.0`
2427

2528
## [3.0.0a4] - 2024-06-27
2629

@@ -429,7 +432,8 @@
429432

430433
* First PyPi release!
431434

432-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a4..main>
435+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0b1..main>
436+
[3.0.0b1]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a4..3.0.0b1>
433437
[3.0.0a4]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a3..3.0.0a4>
434438
[3.0.0a3]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a2..3.0.0a3>
435439
[3.0.0a2]: <https://github.com/stac-utils/stac-fastapi/compare/3.0.0a1..3.0.0a2>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a4
1+
3.0.0b1

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 = "3.0.0a4"
27+
current_version = "3.0.0b1"
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,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a4"
2+
__version__ = "3.0.0b1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a4"
2+
__version__ = "3.0.0b1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version."""
2-
__version__ = "3.0.0a4"
2+
__version__ = "3.0.0b1"

0 commit comments

Comments
 (0)