From 7a5dd32446639ae6cb3f58404331ee24164abbd4 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Tue, 17 Mar 2026 08:24:34 +0100 Subject: [PATCH 1/2] Add nft-anndata 0.3.4 release --- plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins.json b/plugins.json index 9c31670..5884b89 100644 --- a/plugins.json +++ b/plugins.json @@ -196,6 +196,10 @@ { "version": "0.3.3", "url": "https://github.com/nictru/nft-anndata/releases/download/v0.3.3/nft-anndata-0.3.3.jar" + }, + { + "version": "0.3.4", + "url": "https://github.com/nictru/nft-anndata/releases/download/v0.3.4/nft-anndata-0.3.4.jar" } ] }, From 97b486eb9bafae92d0d77f4a8d2c9b2552bd2075 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Tue, 17 Mar 2026 08:47:26 +0100 Subject: [PATCH 2/2] Set latest nft-anndata version to 0.3.4 --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 5884b89..2635daf 100644 --- a/plugins.json +++ b/plugins.json @@ -182,7 +182,7 @@ }, { "id": "nft-anndata", - "latest": "0.1.0", + "latest": "0.3.4", "url": "https://github.com/nictru/nft-anndata", "github": "nictru/nft-anndata", "description": "Provides support for AnnData (h5ad) files.",