File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 3.0.0a3] - 2024-07-01
6
+
5
7
- 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 `
6
9
7
10
## [ 3.0.0a2] - 2024-06-18
8
11
Original file line number Diff line number Diff line change 1
- 3.0.0a2
1
+ 3.0.0a3
Original file line number Diff line number Diff line change 10
10
"orjson" ,
11
11
"pydantic" ,
12
12
"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 " ,
16
16
"asyncpg" ,
17
17
"buildpg" ,
18
18
"brotli_asgi" ,
Original file line number Diff line number Diff line change 1
1
"""library version."""
2
2
3
- __version__ = "3.0.0a2 "
3
+ __version__ = "3.0.0a3 "
You can’t perform that action at this time.
0 commit comments