From 0a1012043650aa90eacb5ebd182af8ab9de03419 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 2 Jun 2022 13:57:07 -0400 Subject: [PATCH] Bump to v0.5.1 --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf0f4355..b6d15524b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # News -## v0.5.0-dev +## v0.5.1 + +- **(fix `#57` `c83f85f`)** - Graph vertex indices and qubit indices in tableaux were mismatched. + +## v0.5.0 - **(breaking)** Rename all pre-defined tableaux to have a `t` prefix. e.g., `CNOT`→`tCNOT`, in order to distinguish them from "symbolic" operators like `sCNOT`. - **(breaking)** Rename `CliffordId` to `tId1` to match the naming style of `sId1`. diff --git a/Project.toml b/Project.toml index 5e11d474f..af5b5ee1c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumClifford" uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1" authors = ["Stefan Krastanov "] -version = "0.5.0" +version = "0.5.1" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"