Skip to content

Commit

Permalink
Merge pull request #59 from RasaHQ/prepare_0.13.0
Browse files Browse the repository at this point in the history
Prepare 0.13.0 release
  • Loading branch information
ricwo authored Mar 26, 2019
2 parents a4cb3a7 + 0d80b4f commit 613b857
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.

.. _master-release:

[Unreleased 0.13.0.aX] - `master`_
[Unreleased 0.13.1aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: This version is not yet released and is under active development.

Added
-----
- Abstract Actions can now be subclassed
- add warning in case of mismatched version of rasa_core and rasa_core_sdk
- ``FormAction.from_trigger_intent`` allows slot extraction from message
triggering the FormAction
- ``Tracker.active_form`` now includes ``trigger_message`` attribute to allow
access to message triggering the form

Changed
-------
Expand All @@ -29,6 +23,18 @@ Fixed
Removed
-------

[0.13.0] - 2019-03-26
^^^^^^^^^^^^^^^^^^^^^

Added
-----
- Abstract Actions can now be subclassed
- add warning in case of mismatched version of rasa_core and rasa_core_sdk
- ``FormAction.from_trigger_intent`` allows slot extraction from message
triggering the FormAction
- ``Tracker.active_form`` now includes ``trigger_message`` attribute to allow
access to message triggering the form

[0.12.2] - 2019-02-17
^^^^^^^^^^^^^^^^^^^^^

Expand Down
9 changes: 4 additions & 5 deletions rasa_core_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals


__version__ = '0.13.0a1'
__version__ = '0.13.0'

0 comments on commit 613b857

Please sign in to comment.