From f365a4d026a835116fecd43b37e67f2cd6ad796f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 19 Apr 2019 09:46:18 +0400 Subject: [PATCH] :bookmark: Release 0.3.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bca741b..ccc9a99 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai ### Next release +### 0.3.0 + * PR #14: * Update CRUD utils to use types better. * Simplify Pydantic model names, from `UserInCreate` to `UserCreate`, etc.