Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 24, 2024
1 parent 6ae86ce commit 265ae28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.9.1] 2024-12-24

- Minor code cleanup

## [0.9.0] 2024-12-23

- Only supports Nextflow 24.10 and later (uses Groovy 4)
Expand Down
2 changes: 1 addition & 1 deletion README-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ From the command-line, do, e.g.:

```bash
export LOG4J_DEBUG=true # for verbose logging
export VERSION=0.9.0
export VERSION=0.9.1
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/$(VERSION)/nf-quilt-$(VERSION)-meta.json
nextflow run main.nf -plugins nf-quilt@$(VERSION)
```
Expand Down
2 changes: 1 addition & 1 deletion plugins/nf-quilt/src/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.quilt.QuiltPlugin
Plugin-Id: nf-quilt
Plugin-Version: 0.9.0
Plugin-Version: 0.9.1
Plugin-Provider: Quilt Data
Plugin-Requires: >=24.10.0

0 comments on commit 265ae28

Please sign in to comment.