Browse Source

🔖 Release 0.3.0

pull/13907/head
Sebastián Ramírez 6 years ago
parent
commit
f365a4d026
  1. 2
      README.md

2
README.md

@ -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.

Loading…
Cancel
Save