From 315fc3a9ee779288543146400f0177138dcca9fb Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Tue, 22 Mar 2022 22:10:10 -0400 Subject: [PATCH] Bump version and changelog --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 797a9a049..090e07d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # News +## v0.4.2 + +- `project!` does not needlessly allocate anymore on `MixedDestabilizer`. PR `#41` + ## v0.4.1 - `apply_single_*` are not exported anymore, as `sX`/`sY`/`sZ` are cleaner choices. diff --git a/Project.toml b/Project.toml index 0387b76b8..b38a2c4c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumClifford" uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" authors = ["Stefan Krastanov "] -version = "0.4.1" +version = "0.4.2" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"