Skip to content

Commit

Permalink
pre-release 3.0.0a3 (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Healy <[email protected]>
  • Loading branch information
vincentsarago and jonhealy1 authored Jul 2, 2024
1 parent aa61096 commit 6b948cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased]

## [3.0.0a3] - 2024-07-01

- Use `quote_plus` instead of `quote` to encode database's password ([#122](https://github.com/stac-utils/stac-fastapi-pgstac/pull/122))
- Update stac-fastapi libraries to `~=3.0.0a4`

## [3.0.0a2] - 2024-06-18

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0a2
3.0.0a3
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",
"stac_pydantic==3.1.*",
"stac-fastapi.api~=3.0.0a3",
"stac-fastapi.extensions~=3.0.0a3",
"stac-fastapi.types~=3.0.0a3",
"stac-fastapi.api~=3.0.0a4",
"stac-fastapi.extensions~=3.0.0a4",
"stac-fastapi.types~=3.0.0a4",
"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,3 +1,3 @@
"""library version."""

__version__ = "3.0.0a2"
__version__ = "3.0.0a3"

0 comments on commit 6b948cc

Please sign in to comment.