Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 5, 2024
1 parent 6d73833 commit 9b5e7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Nextflow plugin to render provenance reports for pipeline runs. Now supporting [

The `nf-prov` plugin requires Nextflow version `23.04.0` or later.

*New in version 1.3.0: requires Nextflow 24.10.0 or later.*

To enable and configure `nf-prov`, include the following snippet to your Nextflow config and update as needed.

```groovy
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-prov/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Id: nf-prov
Plugin-Version: 1.2.4
Plugin-Version: 1.3.0
Plugin-Class: nextflow.prov.ProvPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=24.10.0

0 comments on commit 9b5e7bb

Please sign in to comment.