Skip to content

Commit

Permalink
release: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Dec 19, 2023
1 parent 11c603c commit 5b0d80c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changes
=======

Version 0.9.2 (UNRELEASED)
Version 0.9.2 (2023-12-19)
--------------------------

- Fixes ``create_workflow_from_json`` API command to always send the workflow specification to the server.
- Fixes ``list`` command to be case-insensitive when using the ``--sort`` flag to sort the workflow runs by a specific column name.
- Changes ``validate`` command to show detailed errors when the specification file is not a valid YAML file.
- Changes the validation of specification files to show improved validation warnings, which also indicate where unexpected properties are located in the file.
- Fixes ``create_workflow_from_json`` API function to always load and send the workflow specification to the server.
- Fixes ``list`` command to accept case-insensitive column names when sorting the returned workflow runs via the ``--sort`` option.
- Fixes ``run`` wrapper command for workflows that do not contain ``inputs`` clause in their specification.

Version 0.9.1 (2023-09-27)
Expand Down
2 changes: 1 addition & 1 deletion reana_client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit 5b0d80c

Please sign in to comment.