diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c97bff..e67020c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/k0te1ch/DialogEngine/compare/v0.1.0...v0.1.1) (2026-06-04) + + +### Documentation + +* translate README to English ([e277307](https://github.com/k0te1ch/DialogEngine/commit/e27730741315f29c455bdf5f7fdaef81452118dc)) +* translate README to English ([9ef81ac](https://github.com/k0te1ch/DialogEngine/commit/9ef81ac3204ac3021047fda8c10df7f1878c707e)) + ## 0.1.0 (2026-06-04) diff --git a/dialog_engine/__init__.py b/dialog_engine/__init__.py index 1220886..a72a190 100644 --- a/dialog_engine/__init__.py +++ b/dialog_engine/__init__.py @@ -38,7 +38,7 @@ from .step import DialogStep, StepType from .validators import validate -__version__ = "0.1.0" # x-release-please-version +__version__ = "0.1.1" # x-release-please-version __all__ = [ # Engine diff --git a/pyproject.toml b/pyproject.toml index 6b8596f..bb4b2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dialog-engine" -version = "0.1.0" +version = "0.1.1" description = "Universal multi-step dialog engine for building form-driven flows and Telegram bots." authors = [{ name = "k0te1ch", email = "khvostov40@gmail.com" }] license = "MIT"