diff --git a/CHANGELOG.md b/CHANGELOG.md index f63730503..224b81dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ # News +## v0.8.8 - 2023-06-23 + +- Bump `QuantumInterface` compat. + ## v0.8.7 - 2023-06-22 - Better UX and threading support for `pftrajectories`. - `affectedqubits` now more consistently returns tuples instead of vectors. - Private `affectedbits` is now implemented. - Many operation constructors now throw an error if they are given negative qubit indices. + ## v0.8.6 - 2023-06-20 - Fixes to Quantikz circuit plotting of empty circuits and `PauliOperator` diff --git a/Project.toml b/Project.toml index b6aa42b17..23410a343 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumClifford" uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" authors = ["Stefan Krastanov "] -version = "0.8.7" +version = "0.8.8" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -43,7 +43,7 @@ Plots = "1.38.0" Polyester = "0.7" PrecompileTools = "1" Quantikz = "1.2" -QuantumInterface = "0.2.0" +QuantumInterface = "0.3.0" SIMD = "3.4.0" SumTypes = "0.4.4" julia = "1.9"