From 46351f3e3d679b12ff26aef16c25328dd63c265a Mon Sep 17 00:00:00 2001 From: Cedric Zhuang Date: Thu, 10 Aug 2023 17:11:36 +0800 Subject: [PATCH] Add nf-float release 0.3.0 (#28) * Add nf-float release 0.3.0 * 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 * Upgrade version to 0.3.0 by @jealous in https://github.com/MemVerge/nf-float/pull/53 * 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.3.0 * Update to include the fix for nf-float GH-54 Include a fix for GH-54. Support extra options. --- plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins.json b/plugins.json index baf50e3..f9f6870 100644 --- a/plugins.json +++ b/plugins.json @@ -1879,6 +1879,13 @@ "date": "2023-07-26T11:08:51.512667+08:00", "sha512sum": "20cff1399ea4f9cfc976a50069ea40dafb59b6b18bde560d4e2dcf1cbcc23a78b3cbb2a35a3518a7b242c5145804ab71601951a08ee97560f54e1560bed0b4e6", "requires": ">=23.04.0" + }, + { + "version": "0.3.0", + "date": "2023-08-09T13:47:22.997195+08:00", + "url": "https://github.com/MemVerge/nf-float/releases/download/0.3.0/nf-float-0.3.0.zip", + "requires": ">=23.04.0", + "sha512sum": "6492e1faddd0fccd94e5b71551e907e56cc35150dcfbbc8b727c0fdbccae53463f1d62c78aaf311cc23d4c77d177e15ae5a7bfe8e0bac9e2eb89a8bfb61fbe6a" } ] },