File tree 6 files changed +26
-6
lines changed
6 files changed +26
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.17.0-rc.1
2
+
3
+ ### Breaking Changes
4
+
5
+ - use crate-defined translation options (#379 )
6
+
7
+ ### Features
8
+
9
+ - make Executable.get_qcs_client public (#380 )
10
+
1
11
## 0.17.0-rc.0
2
12
3
13
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs"
3
3
description = " High level interface for running Quil on a QPU"
4
- version = " 0.17.0-rc.0 "
4
+ version = " 0.17.0-rc.1 "
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change
1
+ ## 0.13.0-rc.1
2
+
3
+ ### Breaking Changes
4
+
5
+ - use crate-defined translation options (#379 )
6
+
7
+ ### Features
8
+
9
+ - make Executable.get_qcs_client public (#380 )
10
+
1
11
## 0.13.0-rc.0
2
12
3
13
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " qcs-sdk-python"
3
3
description = " Python bindings to qcs-sdk-rust"
4
- version = " 0.13.0-rc.0 "
4
+ version = " 0.13.0-rc.1 "
5
5
edition = " 2021"
6
6
license = " Apache-2.0"
7
7
repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 1
1
# This is the metadata Maturin uploads to PyPI on publish
2
2
[project ]
3
3
name = " qcs-sdk-python"
4
- version = " 0.13.0-rc.0 "
4
+ version = " 0.13.0-rc.1 "
5
5
description = " Python interface for the QCS Rust SDK"
6
6
readme = " README.md"
7
7
license = { text = " Apache-2.0" }
@@ -26,7 +26,7 @@ dependencies = ["quil==0.5.7"]
26
26
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
27
27
[tool .poetry ]
28
28
name = " qcs-sdk-python"
29
- version = " 0.13.0-rc.0 "
29
+ version = " 0.13.0-rc.1 "
30
30
description = " Python interface for the QCS Rust SDK"
31
31
readme = " README.md"
32
32
authors = [
You can’t perform that action at this time.
0 commit comments