From 5d8a433d91e38a8dd41e5af69ec49ce0d6170099 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Sun, 29 Mar 2026 11:16:52 +0200 Subject: [PATCH 1/2] Add nft-anndata 0.4.1 release --- plugins.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index a3caaf9..c8f3890 100644 --- a/plugins.json +++ b/plugins.json @@ -182,12 +182,15 @@ }, { "id": "nft-anndata", - "latest": "0.4.0", + "latest": "0.4.1", "url": "https://github.com/nictru/nft-anndata", "github": "nictru/nft-anndata", "description": "Provides support for AnnData (h5ad) files.", "author": "Nico Trummer", - "keywords": [], + "keywords": [ + "anndata", + "h5ad" + ], "releases": [ { "version": "0.1.0", @@ -208,6 +211,10 @@ { "version": "0.4.0", "url": "https://github.com/nictru/nft-anndata/releases/download/v0.4.0/nft-anndata-0.4.0.jar" + }, + { + "version": "0.4.1", + "url": "https://github.com/nictru/nft-anndata/releases/download/v0.4.1/nft-anndata-0.4.1.jar" } ] }, From 2d5a30dbf326ca0bdb519ccd69b2c7ec76a88ab4 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Sun, 29 Mar 2026 11:18:26 +0200 Subject: [PATCH 2/2] Fix format issue --- plugins.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins.json b/plugins.json index c8f3890..75c92c0 100644 --- a/plugins.json +++ b/plugins.json @@ -187,10 +187,7 @@ "github": "nictru/nft-anndata", "description": "Provides support for AnnData (h5ad) files.", "author": "Nico Trummer", - "keywords": [ - "anndata", - "h5ad" - ], + "keywords": ["anndata", "h5ad"], "releases": [ { "version": "0.1.0",