diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a359a4d..287152304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ # News +## v0.8.4 - 2023-06-11 + +- Bump `QuantumInterface` to 0.2.0 + ## v0.8.3 - 2023-06-10 - Improvements to printing and documentation. + ## v0.8.2 - 2023-05-22 - Initial, experimental, unexported helper functions for work with error correcting codes. Might change at any time. diff --git a/Project.toml b/Project.toml index f4688a398..2d61c1c88 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.3" +version = "0.8.4" [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.1.0" +QuantumInterface = "0.2.0" SIMD = "3.4.0" SumTypes = "0.4.4" julia = "1.9"