Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion dialog_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down