Skip to content

Commit

Permalink
prepare 0.13.1 minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Apr 15, 2019
1 parent c2c73f9 commit b578585
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
26 changes: 20 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,25 @@ This project adheres to `Semantic Versioning`_ starting with version 0.11.0.

.. _master-release:

[Unreleased 0.13.1aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[Unreleased 0.13.2aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

Added
-----

Changed
-------

Fixed
-----

Removed
-------

[0.13.1] - 2019-04-15
^^^^^^^^^^^^^^^^^^^^^

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

Expand All @@ -20,17 +37,14 @@ Added

Changed
-------
- validate_{} functions for slots now return dictionaries of form {slot: value}
- validate_{} functions for slots now return dictionaries of form {slot: value}
instead of value

Fixed
-----
- Slots extracted from entities in user input upon calling form activation are
now correctly validated

Removed
-------

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

Expand Down
2 changes: 1 addition & 1 deletion rasa_core_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = "0.13.0"
__version__ = "0.13.1"

0 comments on commit b578585

Please sign in to comment.