Skip to content

Commit

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


### New

* Initial public release ([d4fcc09](https://github.com/rigetti/qcs-sdk-rust/commit/d4fcc09db8cfbc85f4545fe88f675da3c0a7e435))
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.0"
version ="0.0.1"
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.0", path = "../qcs"}
qcs = {version ="0.0.1", 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.0"
version ="0.0.1"
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.0"
version ="0.0.1"
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.0", path = "../qcs-api" }
qcs-api = { version ="0.0.1", path = "../qcs-api" }
quil = { version = "0.5.0", git = "https://github.com/rigetti/quil-rust.git", branch = "sdk-requirements" }
reqwest = { version = "0.11.4", features = ["rustls", "json"] }
rmp-serde = "0.15.5"
Expand Down

0 comments on commit a8bd891

Please sign in to comment.