Skip to content

Commit

Permalink
release: v2.4.8 (#40)
Browse files Browse the repository at this point in the history
Includes the dep bump for **stac-fastapi**.
  • Loading branch information
gadomski committed Jun 9, 2023
1 parent 204d335 commit d2409ae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [2.4.8] - 2023-06-08

### Changed

- 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))

## [2.4.7] - 2023-05-17

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

- First PyPi release!

[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..main>
[Unreleased]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.8..main>
[2.4.8]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.7..2.4.8>
[2.4.7]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.6..2.4.7>
[2.4.6]: <https://github.com/stac-utils/stac-fastapi-pgstac/compare/2.4.5..2.4.6>
[2.4.5]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.4..2.4.5>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.7
2.4.8
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"orjson",
"pydantic[dotenv]>=1.10.8", # https://github.com/pydantic/pydantic/issues/5821
"stac_pydantic==2.0.*",
"stac-fastapi.types~=2.4.7",
"stac-fastapi.api~=2.4.7",
"stac-fastapi.extensions~=2.4.7",
"stac-fastapi.types~=2.4.8",
"stac-fastapi.api~=2.4.8",
"stac-fastapi.extensions~=2.4.8",
"asyncpg",
"buildpg",
"brotli_asgi",
Expand Down
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""library version."""
__version__ = "2.4.7"
__version__ = "2.4.8"

0 comments on commit d2409ae

Please sign in to comment.