File tree 6 files changed +18
-6
lines changed
6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.12.0-rc.0
2
+
3
+ ### Breaking Changes
4
+
5
+ - Loading a Qcs Client is now infallible and is the primary client used throughout the library. (#302 )
6
+
1
7
## 0.11.0
2
8
3
9
### 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.11 .0"
4
+ version = " 0.12.0-rc .0"
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.7.0-rc.0
2
+
3
+ ### Breaking Changes
4
+
5
+ - Loading a Qcs Client is now infallible and is the primary client used throughout the library. (#302 )
6
+
1
7
## 0.6.0
2
8
3
9
### 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.6 .0"
4
+ version = " 0.7.0-rc .0"
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.6 .0"
4
+ version = " 0.7.0-rc .0"
5
5
description = " Python interface for the QCS Rust SDK"
6
6
readme = " README.md"
7
7
license = { text = " Apache-2.0" }
@@ -25,7 +25,7 @@ classifiers = [
25
25
# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
26
26
[tool .poetry ]
27
27
name = " qcs-sdk-python"
28
- version = " 0.6 .0"
28
+ version = " 0.7.0-rc .0"
29
29
description = " Python interface for the QCS Rust SDK"
30
30
readme = " README.md"
31
31
authors = [
You can’t perform that action at this time.
0 commit comments