From 9d9379adaedce34c9f5870f96fc020e6c6711f11 Mon Sep 17 00:00:00 2001 From: Cedric Zhuang Date: Tue, 8 Aug 2023 08:13:41 +0800 Subject: [PATCH] Add nf-float release 0.2.1 * What's Changed * Add Fusion support by @jealous in https://github.com/MemVerge/nf-float/pull/48 * Add support for several process directives by @bentsherman in https://github.com/MemVerge/nf-float/pull/51 * [GH-50] Input or output on s3 is not available. by @jealous in https://github.com/MemVerge/nf-float/pull/52 * New Contributors * @bentsherman made their first contribution in https://github.com/MemVerge/nf-float/pull/51 Full Changelog: https://github.com/MemVerge/nf-float/compare/0.2.0...v0.2.1 --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index 711b0c6..88dbed7 100644 --- a/plugins.json +++ b/plugins.json @@ -1865,6 +1865,13 @@ "date": "2023-07-26T11:08:51.512667+08:00", "sha512sum": "20cff1399ea4f9cfc976a50069ea40dafb59b6b18bde560d4e2dcf1cbcc23a78b3cbb2a35a3518a7b242c5145804ab71601951a08ee97560f54e1560bed0b4e6", "requires": ">=23.04.0" + }, + { + "version": "0.2.1", + "date": "2023-08-04T21:06:53.277479+08:00", + "url": "https://github.com/MemVerge/nf-float/releases/download/0.2.1/nf-float-0.2.1.zip", + "requires": ">=23.04.0", + "sha512sum": "ed13abc9b518afd9c5e0879a6bcb4afd46d2228dea80ad783bf88924324683b41dc9e9e0abd73cfd1248b471acc4f9290fb42a2c9101654a2466363ae1dfff41" } ] },