Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Nov 22, 2021
1 parent a4762a0 commit 7269f5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Changes
=======

Version 0.8.0 (UNRELEASED)
Version 0.8.0 (2021-11-22)
---------------------------

- Initial public release.

.. admonition:: Please beware

Please note that REANA is in an early alpha stage of its development. The
developer preview releases are meant for early adopters and testers. Please
don't rely on released versions for any production purposes yet.
- Adds initial REANA Snakemake executor implementation.
- Adds support for snakemake reports generation.
- Adds support for REANA custom resources.
- Adds support for parallel job execution.
2 changes: 1 addition & 1 deletion reana_workflow_engine_snakemake/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.8.0a2"
__version__ = "0.8.0"

0 comments on commit 7269f5a

Please sign in to comment.