From 40454392040511bc6adb21bb9c51ac4aaee56f07 Mon Sep 17 00:00:00 2001 From: antalszava Date: Tue, 2 Feb 2021 03:31:45 -0500 Subject: [PATCH] changelog and version (#19) --- CHANGELOG.md | 13 +++++-------- pennylane_qulacs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0344475..e5b6e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,16 @@ -# Release 0.13.0 - -### New features since last release - -## Breaking changes - -### Improvements +# Release 0.14.0 ## Bug fixes -### Documentation +* Adjusted the matrix for the `CRZ` operation used internally. + [(#18)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/18) ### Contributors This release contains contributions from (in alphabetical order): +Theodor Isacsson, Antal Száva + # Release 0.12.0 ### Improvements diff --git a/pennylane_qulacs/__init__.py b/pennylane_qulacs/__init__.py index 9571a19..eaea2ae 100644 --- a/pennylane_qulacs/__init__.py +++ b/pennylane_qulacs/__init__.py @@ -14,4 +14,4 @@ """ PennyLane-Qulacs plugin. """ -__version__ = "0.13.0-dev" +__version__ = "0.14.0"