Skip to content

Commit 2dd681f

Browse files
committed
chore: prepare release 4.17.0 [skip ci]
1 parent f6152da commit 2dd681f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 4.17.0 (2025-10-08)
4+
5+
### Features
6+
7+
#### restrict dependency versions (#1841)
8+
9+
### Fixes
10+
11+
#### update packages with detected vulnerabilities (#1834)
12+
13+
#### clarify what printing a compiled program's output looks like for different targets (#1833)
14+
315
## 4.17.0-rc.0 (2025-10-08)
416

517
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyquil"
3-
version = "4.17.0-rc.0"
3+
version = "4.17.0"
44
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
55
authors = ["Rigetti Computing <softapps@rigetti.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)