🔖 Release 0.3.0

This commit is contained in:
Sebastián Ramírez
2019-04-19 09:46:18 +04:00
parent ecd634e497
commit f365a4d026

View File

@@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai
### Next release ### Next release
### 0.3.0
* PR <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/14" target="_blank">#14</a>: * PR <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/14" target="_blank">#14</a>:
* Update CRUD utils to use types better. * Update CRUD utils to use types better.
* Simplify Pydantic model names, from `UserInCreate` to `UserCreate`, etc. * Simplify Pydantic model names, from `UserInCreate` to `UserCreate`, etc.