Skip to content

Commit

Permalink
chore: prepare release 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Feb 1, 2024
1 parent 1fa9d8f commit 3f93e46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.6.0 (2024-02-01)

### Features

#### qcs-sdk-python version for libquil support, and document libquil usage (#1698)

#### Add a `with_loop` method to `Program` (#1717)

### Fixes

#### Add deprecated property to DefFrame for CHANNEL-DELAY attribute (#1729)

#### ResetQubit instructions will not be returned as Reset after being inserted into a Program (#1727)

## 4.6.0-rc.4 (2024-02-01)

### Features
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.6.0-rc.4"
version = "4.6.0"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
Expand Down

0 comments on commit 3f93e46

Please sign in to comment.