From b7cfd9d400961f6946157858639b286ba40e60d8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Oct 2022 06:01:18 +0000 Subject: [PATCH] 0.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ devind_helpers/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1069d9..6bc01b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.0 (2022-10-12) +### Feature +* В базовую мутацию была добавлена автоматическая обработка ошибки ValidationError ([`e4374f2`](https://github.com/devind-team/devind-django-helpers/commit/e4374f2f27d314b8d6bee46af710d2ee663ee863)) + ## v0.6.0 (2022-10-10) ### Feature * Добавлена функция поиска шаблона в строке ([`04e2ab3`](https://github.com/devind-team/devind-django-helpers/commit/04e2ab375e6c7218e08743f6174a2197b5a26251)) diff --git a/devind_helpers/__init__.py b/devind_helpers/__init__.py index 607bc69..91bfdc9 100644 --- a/devind_helpers/__init__.py +++ b/devind_helpers/__init__.py @@ -1,3 +1,3 @@ """Auxiliary module in django apps.""" -__version__ = '0.6.0' +__version__ = '0.7.0' diff --git a/pyproject.toml b/pyproject.toml index 03bdaf6..d5b3080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_helpers" -version = "0.6.0" +version = "0.7.0" description = "Devind helpers." authors = ["Victor "] license = "MIT"