From c285c1882246e88706423ee4af374782738af498 Mon Sep 17 00:00:00 2001 From: Oliver Parker <46482091+ollz272@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:14:47 +0100 Subject: [PATCH] fix: bump version, add release notes (#212) Co-authored-by: Oli Parker --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d327e3fd..30915cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Latest changes +## 0.5.0 + +* Bump sqlalchemy from 1.4.48 to 2.0.19 by @dependabot in #202 +* Pydantic v2 by @ollz272 in #199 +* fix ci not run by @ollz272 in #208 + ## 0.4.5 * Change the lock of fastapi to enable more versions of it to be installed diff --git a/pyproject.toml b/pyproject.toml index 895bee73..24c5d255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-restful" -version = "0.4.5" +version = "0.5.0" description = "Quicker FastApi developing tools" license = "MIT" authors = ["Yuval Levi "]