From e4b27f0cccaffb317309c03aa8224430da0a8c37 Mon Sep 17 00:00:00 2001 From: notmgsk Date: Wed, 15 Nov 2023 15:03:30 +0000 Subject: [PATCH] chore: prepare new release(s) [skip ci] --- Cargo.lock | 2 +- lib/CHANGELOG.md | 6 ++++++ lib/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2627dc..5833b8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "libquil-sys" -version = "0.2.1" +version = "0.2.2" dependencies = [ "assert2", "bindgen", diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 5fcda63..1368305 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.2 (2023-11-15) + +### Fixes + +#### support all Quil types in multishot result (#56) + ## 0.2.1 (2023-11-07) ### Fixes diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9029916..6baeae5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libquil-sys" description = "High-level bindings to libquil" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/libquil-sys"