From b4335dae870ebc230c539e7827c53053334d7e82 Mon Sep 17 00:00:00 2001 From: Tanja Bergmann Date: Wed, 23 Sep 2020 14:57:21 +0200 Subject: [PATCH 1/2] prepared release of version 1.10.3 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- rasa_sdk/version.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c09b2a73b..ed1fbaa3d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,11 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0. .. towncrier release notes start +[1.10.3] - 2020-09-23 +^^^^^^^^^^^^^^^^^^^^^ + No significant changes. + + [1.10.2] - 2020-06-25 ^^^^^^^^^^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index 71af1f758..1e3324be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "rasa-sdk" -version = "1.10.2" +version = "1.10.3" 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 ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa_sdk/version.py b/rasa_sdk/version.py index 9d05bb294..5589dd90b 100644 --- a/rasa_sdk/version.py +++ b/rasa_sdk/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "1.10.2" +__version__ = "1.10.3" From e8709f289400ab5d9161840cdcc4308c24e84430 Mon Sep 17 00:00:00 2001 From: Tanja Bergmann Date: Wed, 23 Sep 2020 14:59:19 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.rst | 6 +++++- changelog/237.enhancement.rst | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 changelog/237.enhancement.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed1fbaa3d..feb988ff5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,7 +15,11 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0. [1.10.3] - 2020-09-23 ^^^^^^^^^^^^^^^^^^^^^ - No significant changes. + +Bugfixes +-------- + +- Only fill other slots if slot mapping contains a role or group restriction and the entity type matches. [1.10.2] - 2020-06-25 diff --git a/changelog/237.enhancement.rst b/changelog/237.enhancement.rst deleted file mode 100644 index 828a9b5b2..000000000 --- a/changelog/237.enhancement.rst +++ /dev/null @@ -1,2 +0,0 @@ -Only fill other slots if slot mapping contains a role or group restriction and -the entity type matches. \ No newline at end of file