Skip to content

Commit 6b948cc

Browse files
pre-release 3.0.0a3 (#128)
Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
1 parent aa61096 commit 6b948cc

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## [Unreleased]
44

5+
## [3.0.0a3] - 2024-07-01
6+
57
- Use `quote_plus` instead of `quote` to encode database's password ([#122](https://github.com/stac-utils/stac-fastapi-pgstac/pull/122))
8+
- Update stac-fastapi libraries to `~=3.0.0a4`
69

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

VERSION

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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"orjson",
1111
"pydantic",
1212
"stac_pydantic==3.1.*",
13-
"stac-fastapi.api~=3.0.0a3",
14-
"stac-fastapi.extensions~=3.0.0a3",
15-
"stac-fastapi.types~=3.0.0a3",
13+
"stac-fastapi.api~=3.0.0a4",
14+
"stac-fastapi.extensions~=3.0.0a4",
15+
"stac-fastapi.types~=3.0.0a4",
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,3 +1,3 @@
11
"""library version."""
22

3-
__version__ = "3.0.0a2"
3+
__version__ = "3.0.0a3"

0 commit comments

Comments
 (0)