From 731b10b31926d104f94e8d98eaf1f8f66addbfdb Mon Sep 17 00:00:00 2001 From: ltbringer Date: Tue, 29 Mar 2022 23:34:28 +0530 Subject: [PATCH] update: 0.9.8 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb37b734..139eafc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.8 + +- [x] fix: **Exceptions that leak over turns**. [#136](https://github.com/skit-ai/dialogy/issues/136) +- [x] add: Support for grouping by regex match. [#135](https://github.com/skit-ai/dialogy/issues/135) +- [x] fix: Remove zen of python from all commands. + ## 0.9.7 - [x] refactor: Faster test runs. diff --git a/pyproject.toml b/pyproject.toml index 68c876cc..bd3a5e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dialogy" -version = "0.9.7" +version = "0.9.8" description = "Dialogy is a library for building and managing SLU applications." authors = ["Amresh Venugopal "] license = "MIT"