Skip to content

Commit

Permalink
Chore: Release 0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 19, 2021
1 parent df5b481 commit a14d990
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.2](https://github.com/rigetti/qcs-sdk-rust/compare/v0.0.1...v0.0.2) (2021-10-19)


### Upgrade

* Switch to released version of quil-rs ([df5b481](https://github.com/rigetti/qcs-sdk-rust/commit/df5b481196f0cb09da9d971613a3fe1d0d68406d))

## [0.0.1](https://github.com/rigetti/qcs-sdk-rust/compare/v0.0.0...v0.0.1) (2021-10-14)


Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cli"
description = "A CLI for accessing the qpu and qvm crates, only used for smoke testing today."
version ="0.0.1"
version ="0.0.2"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand All @@ -13,7 +13,7 @@ publish = false

[dependencies]
tokio = { version = "1.7.1", features = ["macros", "rt-multi-thread"] }
qcs = {version ="0.0.1", path = "../qcs"}
qcs = {version ="0.0.2", path = "../qcs"}
structopt = "0.3.22"
clap = "2.33.3"
env_logger = "0.9.0"
2 changes: 1 addition & 1 deletion qcs-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs-api"
description = "Auto-generated bindings to the QCS OpenAPI"
version ="0.0.1"
version ="0.0.2"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand Down
4 changes: 2 additions & 2 deletions qcs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qcs"
description = "High level interface for running Quil on a QPU"
version ="0.0.1"
version ="0.0.2"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand All @@ -20,7 +20,7 @@ indexmap = "1.7.0"
lazy_static = "1.4.0"
log = "0.4.14"
num = "0.4.0"
qcs-api = { version ="0.0.1", path = "../qcs-api" }
qcs-api = { version ="0.0.2", path = "../qcs-api" }
quil-rs = "0.8.0"
reqwest = { version = "0.11.4", features = ["rustls", "json"] }
rmp-serde = "0.15.5"
Expand Down

0 comments on commit a14d990

Please sign in to comment.