From cedd84ad825ccc64629810f879d871f555214264 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Jul 2022 20:24:12 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c8270..23568c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.3.0 (2022-07-15) + +### Fix + +- **pyproject**: Add dependencies to pyproject + +### Feat + +- **Documentation**: improve documentation +- **tests**: Improve test suite + ## 0.2.0 (2022-02-17) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 04ba2c9..1fd5d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "\u001b" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["John Chase "] @@ -37,7 +37,7 @@ exclude = "alembic/*" [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" version_files = ["pyproject.toml:version", "app/__init__.py"] exclude = ["*alembic/*.py", "cdk-neocortex/*", "*nox*"]