Skip to content

Commit

Permalink
Prepared release of version 3.4.15 (#12615)
Browse files Browse the repository at this point in the history
* prepared release of version 3.4.15
  • Loading branch information
Urkem authored Jul 5, 2023
1 parent d175181 commit 4fe7222
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.4.15] - 2023-07-05

Rasa 3.4.15 (2023-07-05)
### Bugfixes
- [#12566](https://github.com/rasahq/rasa/issues/12566): Introduce a validation step in `rasa data validate` command to identify non-existent paths and empty domains.
- [#12568](https://github.com/rasahq/rasa/issues/12568): Rich responses containing buttons with parentheses characters are now correctly parsed.
Previously any characters found between the first identified pair of `()` in response button took precedence.

### Miscellaneous internal changes
- [#12567](https://github.com/rasahq/rasa/issues/12567)


## [3.4.14] - 2023-06-08

Rasa 3.4.14 (2023-06-08)
Expand Down
1 change: 0 additions & 1 deletion changelog/12566.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12567.misc.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12568.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.4.14"
version = "3.4.15"
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
authors = [ "Rasa Technologies GmbH <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "3.4.14"
__version__ = "3.4.15"

0 comments on commit 4fe7222

Please sign in to comment.