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 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
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 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" ,
Original file line number Diff line number Diff line change 11"""library version."""
22
3- __version__ = "3.0.0a2 "
3+ __version__ = "3.0.0a3 "
You can’t perform that action at this time.
0 commit comments