From 6645e9f35958b180ad4daa9566dfb9fe463d6bb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Oct 2021 17:53:24 +0000 Subject: [PATCH] Release v0.8.0 [skip ci] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e49df2e..2b6098d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-rs" description = "Rust tooling for Quil (Quantum Instruction Language)" -version = "0.7.0" +version ="0.8.0" edition = "2018" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rust"