Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez committed Sep 7, 2018
1 parent 2bfd9cc commit 1e7c9fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changes
=======

Version 0.3.0 (2018-09-07)
--------------------------

- Introduces new Serial workflow engine for simple sequential parametrised workflow needs.
- Introduces multi-user capabilities with mandatory access tokens.
- Enhances workflow progress reporting for CWL, Serial and Yadage workflow engines.
- Simplifies ``reana-client`` command set structure and removes distinction between inputs code and data.
- Fixes several bugs such as binary file download with Python 3.
- Adds support for Kubernetes 1.11, Minikube 0.28.2.
- Adds helper script for developers.


Version 0.2.0 (2018-04-23)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0.dev20180503"
__version__ = "0.3.0"

0 comments on commit 1e7c9fe

Please sign in to comment.