From 28e6e4228e83bd2c405c0a8fc5d9dd1e4b9a5685 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 13 May 2026 03:02:37 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for ITensorVisualizationBase at version 0.1 for package test, (keep existing compat) --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index e72cd03..3463736 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,6 +21,7 @@ Dictionaries = "0.4.4" Graphs = "1.12" GraphsFlows = "0.1.1" ITensorPkgSkeleton = "0.3.42" +ITensorVisualizationBase = "0.1" NamedGraphs = "0.11" SafeTestsets = "0.1" Suppressor = "0.2.8" From 75e6c5800a8c95500b3fd56469d3c35e5b2a96b2 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Wed, 13 May 2026 09:27:21 -0400 Subject: [PATCH 2/2] Bump version from 0.4.1 to 0.4.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bb78962..2775d4a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataGraphs" uuid = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" -version = "0.4.1" +version = "0.4.2" authors = ["Matthew Fishman and contributors"] [workspace]