Skip to content

Commit

Permalink
Chore: Release 0.0.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 7, 2022
1 parent 595f24f commit 45682c5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [0.0.3](https://github.com/rigetti/qcs-sdk-rust/compare/v0.0.2...v0.0.3) (2022-02-07)


### chore

* Fix cargo deny (#24) [skip ci] ([15647ee](https://github.com/rigetti/qcs-sdk-rust/commit/15647ee74463dc3ed0b682749f9648cb8ee50113)), closes [#24](https://github.com/rigetti/qcs-sdk-rust/issues/24)

### Chore

* Allow BSD-3-Clause dependencies ([86880e1](https://github.com/rigetti/qcs-sdk-rust/commit/86880e1c03b118818bb2aef543c6e48fc6df8e9e))
* Clippy warnings ([5028ce2](https://github.com/rigetti/qcs-sdk-rust/commit/5028ce232d3ba96608544059e0cc168244be1899))
* Update locked dependencies for testing ([23cffe9](https://github.com/rigetti/qcs-sdk-rust/commit/23cffe98d18d6b33f39e101ae4878692092d1782))
* Update semantic-release to solve error installing. ([595f24f](https://github.com/rigetti/qcs-sdk-rust/commit/595f24fecd7fff020a3ebab64f8796c822290997))

### Docs

* Update qcs crate README to be more descriptive on crates.io. Move build instructions into workspace README. (#25) ([9d3af44](https://github.com/rigetti/qcs-sdk-rust/commit/9d3af44acee42a4ac03e1ff0fdc3582db985d9ce)), closes [#25](https://github.com/rigetti/qcs-sdk-rust/issues/25)

### Update

* Derive `Serialize` on `ExecutionResult` ([9bfec9b](https://github.com/rigetti/qcs-sdk-rust/commit/9bfec9bdca765f0858aa90d000a50feb436bc036))
* Log an error when there's a problem loading config for easier debugging. ([cf9e5cf](https://github.com/rigetti/qcs-sdk-rust/commit/cf9e5cf9b90487b9d0f5a5155888fa8d33e88b31))

## [0.0.2](https://github.com/rigetti/qcs-sdk-rust/compare/v0.0.1...v0.0.2) (2021-10-19)


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.2"
version ="0.0.3"
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.16.1", features = ["macros", "rt-multi-thread"] }
qcs = {version ="0.0.2", path = "../qcs"}
qcs = {version ="0.0.3", path = "../qcs"}
structopt = "0.3.26"
clap = "2.34.0"
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.2"
version ="0.0.3"
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.2"
version ="0.0.3"
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/rigetti/qcs-sdk-rust"
Expand All @@ -20,7 +20,7 @@ indexmap = "1.8.0"
lazy_static = "1.4.0"
log = "0.4.14"
num = "0.4.0"
qcs-api = { version ="0.0.2", path = "../qcs-api" }
qcs-api = { version ="0.0.3", path = "../qcs-api" }
quil-rs = "0.8.1"
reqwest = { version = "0.11.9", features = ["rustls", "json"] }
rmp-serde = "1.0.0"
Expand Down

0 comments on commit 45682c5

Please sign in to comment.