Skip to content

Commit d6562c5

Browse files
committed
chore: prepare new prerelease(s) [skip ci]
1 parent dfc0ac9 commit d6562c5

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.25.3-rc.5
2+
3+
### Fixes
4+
5+
- #510: third-party licenses (#511)
6+
17
## 0.25.2
28

39
### Fixes

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.25.3-rc.4"
4+
version = "0.25.3-rc.5"
55
edition = "2018"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.21.3-rc.5
2+
3+
### Fixes
4+
5+
- #510: third-party licenses (#511)
6+
17
## 0.21.2
28

39
### Fixes

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.21.3-rc.4"
4+
version = "0.21.3-rc.5"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/rigetti/qcs-sdk-rust"

crates/python/pyproject.toml

+1-1
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.21.3-rc.4"
4+
version = "0.21.3-rc.5"
55
description = "Python interface for the QCS Rust SDK"
66
readme = "README.md"
77
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)