Skip to content

Commit

Permalink
Merge pull request #154 from StackStorm/increment_version
Browse files Browse the repository at this point in the history
Update version to 0.5
  • Loading branch information
m4dcoder authored Apr 23, 2019
2 parents e32d561 + 26b256a commit 4d62785
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

0.5
---

Added
~~~~~

* Add flake8 extension to restrict import alias. (improvement)
* Add developer docs on getting started, testing, and StackStorm integration. (improvement)

Changed
~~~~~~~

* Refactor concept of task flow to workflow and task state. (improvement)
* Restrict ctx function from returning internal vars. (improvement)

Fixed
~~~~~

* Fix conductor performance for complex workflow definition. (bug fix)
* Fix overwritten context variables on task join. (bug fix)
* Fix with items task stuck in running when item(s) failed. (bug fix)
* Fix task status for various scenarios on with item task. (bug fix)
* Fix return value of item that evaluate to false. (bug fix)
* Fix workflow stuck in resuming when pending task has transition error. (bug fix)

0.4
---

Expand Down
2 changes: 1 addition & 1 deletion orquesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.4'
__version__ = '0.5'

0 comments on commit 4d62785

Please sign in to comment.