From 5289d2de50b1c27c0939af9500da1cf1dcdfea34 Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 22 Jan 2024 12:10:47 -0500 Subject: [PATCH 1/2] Bump BloqadeLattices to 0.2.1 --- lib/BloqadeLattices/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BloqadeLattices/Project.toml b/lib/BloqadeLattices/Project.toml index 9564ee6bb..d0318f991 100644 --- a/lib/BloqadeLattices/Project.toml +++ b/lib/BloqadeLattices/Project.toml @@ -1,6 +1,6 @@ name = "BloqadeLattices" uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe4" -version = "0.2.0" +version = "0.2.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" From 1a27d541e789792ba72af7e2a8cf8b8d95ea9a56 Mon Sep 17 00:00:00 2001 From: John Long Date: Mon, 22 Jan 2024 13:41:58 -0500 Subject: [PATCH 2/2] Bump BloqadeLattices to 0.2.1 in Project.toml and Bloqade to 0.2.2 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 707ecbae9..82de76abe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Bloqade" uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1" -version = "0.2.1" +version = "0.2.2" [deps] BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2" @@ -21,7 +21,7 @@ YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2" [compat] BloqadeExpr = "0.2" BloqadeKrylov = "0.2" -BloqadeLattices = "0.2" +BloqadeLattices = "0.2.1" BloqadeMIS = "0.2" BloqadeODE = "0.2" BloqadeWaveforms = "0.2"