Skip to content

Commit 02e1574

Browse files
committed
bump: version 9.16.0 → 9.17.0
1 parent 7408f0d commit 02e1574

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

7+
## v9.17.0 (2026-07-13)
8+
9+
### Feat
10+
11+
- add `--ask` flag to force prompting of selected questions (#2705)
12+
13+
### Security
14+
15+
- prevent trust bypass via encoded URL traversal
16+
717
## v9.16.0 (2026-06-23)
818

919
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ annotated_tag = true
190190
changelog_incremental = true
191191
tag_format = "v$version"
192192
update_changelog_on_bump = true
193-
version = "9.16.0"
193+
version = "9.17.0"
194194

195195
[tool.codespell]
196196
# Ref: https://github.com/codespell-project/codespell#using-a-config-file

0 commit comments

Comments
 (0)