Skip to content

Commit

Permalink
update: 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ltbringer committed Mar 29, 2022
1 parent 24cbd3a commit 731b10b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 731b10b

Please sign in to comment.