From 39ed68bc783b27e67274dc30f7a212d6ebb68311 Mon Sep 17 00:00:00 2001 From: notmgsk Date: Wed, 11 Oct 2023 14:05:59 +0000 Subject: [PATCH] chore: prepare release --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8539b98..288aadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.0.3 (2023-10-11) + +### Features + +#### support conjugate_pauli_by_clifford and generate_rb_sequence + +#### provide full access to the compilation metadata hash-map + +### Fixes + +#### don't parse interleaver + +#### allow for optional seed + +#### foreign alloc return values + +#### remove time debug + ## 0.0.2 (2023-09-22) ### Fixes diff --git a/VERSION.txt b/VERSION.txt index a582d77..36a47c2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -"0.0.2" +"0.0.3"