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"