diff --git a/CHANGELOG.md b/CHANGELOG.md index cfedb10..e1069d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.0 (2022-10-10) +### Feature +* Добавлена функция поиска шаблона в строке ([`04e2ab3`](https://github.com/devind-team/devind-django-helpers/commit/04e2ab375e6c7218e08743f6174a2197b5a26251)) + ## v0.5.0 (2022-10-01) ### Feature * Обновление версии semantic release ([`2fda58d`](https://github.com/devind-team/devind-django-helpers/commit/2fda58dd02386ce69f3431e6bae5cfabd10be202)) diff --git a/devind_helpers/__init__.py b/devind_helpers/__init__.py index 3ea17dc..607bc69 100644 --- a/devind_helpers/__init__.py +++ b/devind_helpers/__init__.py @@ -1,3 +1,3 @@ """Auxiliary module in django apps.""" -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/pyproject.toml b/pyproject.toml index 7d473c3..b615eb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "devind_helpers" -version = "0.5.0" +version = "0.6.0" description = "Devind helpers." authors = ["Victor "] license = "MIT"