Skip to content

Commit fba7f5b

Browse files
committed
chore: prepare new prerelease(s) [skip ci]
1 parent 045b7cb commit fba7f5b

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.20.5-rc.2
2+
3+
### Features
4+
5+
- instrument pyo3-opentelemetry (#391)
6+
7+
### Fixes
8+
9+
- bump quil-rs versions (#435)
10+
111
## 0.20.5-rc.1
212

313
### Features

crates/lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qcs"
33
description = "High level interface for running Quil on a QPU"
4-
version = "0.20.5-rc.1"
4+
version = "0.20.5-rc.2"
55
edition = "2018"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.16.4-rc.2
2+
3+
### Features
4+
5+
- instrument pyo3-opentelemetry (#391)
6+
7+
### Fixes
8+
9+
- bump quil-rs versions (#435)
10+
111
## 0.16.4-rc.1
212

313
### Features

crates/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qcs-sdk-python"
33
description = "Python bindings to qcs-sdk-rust"
4-
version = "0.16.4-rc.1"
4+
version = "0.16.4-rc.2"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is the metadata Maturin uploads to PyPI on publish
22
[project]
33
name = "qcs-sdk-python"
4-
version = "0.16.4-rc.1"
4+
version = "0.16.4-rc.2"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }
@@ -26,7 +26,7 @@ dependencies = ["quil==0.6.6"]
2626
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2727
[tool.poetry]
2828
name = "qcs-sdk-python"
29-
version = "0.16.4-rc.1"
29+
version = "0.16.4-rc.2"
3030
description = "Python interface for the QCS Rust SDK"
3131
readme = "README.md"
3232
authors = [

0 commit comments

Comments
 (0)