Skip to content

Commit

Permalink
chore: prepare release 4.0.0-rc.61 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 18, 2023
1 parent 686ccd8 commit 001c8df
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions V4_PRERELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 4.0.0-rc.61

### Breaking Changes

- merging master reset version

### Features

- Update `qcs-sdk-python`, add `transpile_qasm_2` method to `AbstractCompiler`. (#1655)

### Fixes

- Corrected the ryy gate definition (#1603)
- Return `FenceAll` when appropriate, `TemplateWaveform`s should no longer raise `ValueError`s when being constructed from certain `quil` instructions. (#1654)
- Program declarations should be empty after copy_everything_except_instructions (#1614)

## 4.0.0-rc.60

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
version = "4.0.0-rc.60"
version = "4.0.0-rc.61"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 001c8df

Please sign in to comment.