diff --git a/max_bot/version.txt b/max_bot/version.txt index 0bfbd57..fe4e75f 100644 --- a/max_bot/version.txt +++ b/max_bot/version.txt @@ -1 +1 @@ -1.8.2 \ No newline at end of file +1.8.3 \ No newline at end of file diff --git a/py_service/CHANGELOG.md b/py_service/CHANGELOG.md index 8d34434..bb95409 100644 --- a/py_service/CHANGELOG.md +++ b/py_service/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog — AegisOne Service Portal +## 1.8.3 (02.06.2026) +### Новые функции +- **Docstrings:** добавлены docstrings и комментарии по AGENTS.md ко всем ключевым Python-файлам +- **File headers:** каждый файл имеет шапку с описанием назначения +- **Function docstrings:** каждая функция имеет docstring на русском языке + ## 1.8.2 (02.06.2026) ### Новые функции - **AGENTS.md:** правила проекта для AI-агентов (корень репозитория) diff --git a/py_service/version.txt b/py_service/version.txt index 0bfbd57..fe4e75f 100644 --- a/py_service/version.txt +++ b/py_service/version.txt @@ -1 +1 @@ -1.8.2 \ No newline at end of file +1.8.3 \ No newline at end of file