Skip to content

Commit d2409ae

Browse files
authored
release: v2.4.8 (#40)
Includes the dep bump for **stac-fastapi**.
1 parent 204d335 commit d2409ae

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGES.md

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

33
## [Unreleased]
44

5+
## [2.4.8] - 2023-06-08
6+
7+
### Changed
8+
9+
- Updated **stac-fastapi** to v2.4.8, which updates our STAC API version to v1.0.0 ([#40](https://github.com/stac-utils/stac-fastapi-pgstac/pull/40))
10+
511
## [2.4.7] - 2023-05-17
612

713
### Added
@@ -267,7 +273,8 @@ As a part of this release, this repository was extracted from the main
267273

268274
- First PyPi release!
269275

270-
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..main>
276+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..main>
277+
[2.4.8]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..2.4.8>
271278
[2.4.7]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.6..2.4.7>
272279
[2.4.6]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.5..2.4.6>
273280
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.7
1+
2.4.8

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"orjson",
1111
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
1212
"stac_pydantic==2.0.*",
13-
"stac-fastapi.types~=2.4.7",
14-
"stac-fastapi.api~=2.4.7",
15-
"stac-fastapi.extensions~=2.4.7",
13+
"stac-fastapi.types~=2.4.8",
14+
"stac-fastapi.api~=2.4.8",
15+
"stac-fastapi.extensions~=2.4.8",
1616
"asyncpg",
1717
"buildpg",
1818
"brotli_asgi",

stac_fastapi/pgstac/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""library version."""
2-
__version__ = "2.4.7"
2+
__version__ = "2.4.8"

0 commit comments

Comments
 (0)