diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c14c98f..c7a0851ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.1.0-rc.3 (2023-11-07) + +### Features + +#### update qcs-sdk-rust (#1683) + +### Fixes + +#### The `DefGate.matrix` property will no longer raise an exception when the matrix contains a mix of atomic and object types. (#1685) + +#### Instruction types no longer return a superclass instance when using `copy.deepcopy` (#1689) + ## 4.1.0-rc.2 (2023-11-01) ### Features diff --git a/pyproject.toml b/pyproject.toml index c85d399da..61866438e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.1.0-rc.2" +version = "4.1.0-rc.3" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"