Skip to content

Commit

Permalink
Merge pull request #9806 from RasaHQ/prepare-release-2.8.8
Browse files Browse the repository at this point in the history
prepared release of version 2.8.8
  • Loading branch information
TyDunn authored Oct 6, 2021
2 parents 6d01906 + 5100a27 commit 1c41664
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.8] - 2021-10-06


### Improvements
- [#7250](https://github.com/rasahq/rasa/issues/7250): Added a function to display the actual text of a Token when inspecting
a Message in a pipeline, making it easier to debug.

### Improved Documentation
- [#9780](https://github.com/rasahq/rasa/issues/9780): Removing the experimental feature warning for `conditional response variations` from the Rasa docs.
The behaviour of the feature remains unchanged.
- [#9782](https://github.com/rasahq/rasa/issues/9782): Updates [quick install documentation](installation.mdx#quick-installation) with optional venv step, better pip install instructions, & M1 warning


## [2.8.7] - 2021-09-20
### Bugfixes
- [#9678](https://github.com/rasahq/rasa/issues/9678): Explicitly set the upper limit for currently compatible TensorFlow versions.
Expand Down
2 changes: 0 additions & 2 deletions changelog/7250.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/9780.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/9782.doc.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 = "2.8.7"
version = "2.8.8"
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 <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
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__ = "2.8.7"
__version__ = "2.8.8"

0 comments on commit 1c41664

Please sign in to comment.