diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8ff4a..3ecfc35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # News +## v0.2.6 - 2023-12-16 + +- Bumping compat bounds of multiple dependencies and checking minimal compats in CI + ## v0.2.5 - 2023-11-28 - Improvements to testing and documentation support. diff --git a/Project.toml b/Project.toml index f9ed812..4125b25 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumSymbolics" uuid = "efa7fd63-0460-4890-beb7-be1bbdfbaeae" authors = ["QuantumSymbolics.jl contributors"] -version = "0.2.5" +version = "0.2.6" [deps] Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" @@ -27,7 +27,7 @@ Graphs = "1.7.3" Latexify = "0.15, 0.16" LinearAlgebra = "1.9" PrecompileTools = "1.2" -QuantumClifford = "0.8.14" +QuantumClifford = "0.8.19" QuantumInterface = "0.3.3" QuantumOpticsBase = "0.4.18" SymbolicUtils = "1.5"