Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Apr 19, 2018
1 parent 74308ab commit d9cae11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Authors
The list of contributors in alphabetical order:

- Diego Rodriguez <[email protected]>
- Dinos Kousidis <[email protected]>
- Harri Hirvonsalo <[email protected]>
- Tibor Simko <[email protected]>
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

Version 0.2.0 (2018-04-19)
--------------------------

- Adds support for Common Workflow Language workflows.
- Adds new ``status`` command to display health status of the cluster.
- Adds new ``env`` command to help setting client environments.
- Reduces verbosity level for commands.
- Enriches documentation about KVM2 hypervisors or running multiple clusters.

Version 0.1.1 (2018-01-31)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion reana_cluster/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.1.1.dev20180201"
__version__ = "0.2.0"

0 comments on commit d9cae11

Please sign in to comment.