From 3bd31fe51005312d40ce8a507d000c959a43460e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 16:44:47 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 18519c1..18ba354 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ path = ".." Aqua = "0.8.9" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensorUnicodePlots = "0.1" ITensors = "0.7, 0.8, 0.9" From adc3e851d95b66c9e79d974c807186d55ab39db4 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Tue, 5 May 2026 11:28:12 -0400 Subject: [PATCH 2/2] Bump version to 0.1.8 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 347b6fa..8a56889 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorUnicodePlots" uuid = "73163f41-4a9e-479f-8353-73bf94dbd758" -version = "0.1.7" +version = "0.1.8" authors = ["Matthew Fishman and contributors"] [workspace]