File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. This projec
44adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
55the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
66
7+ ## v9.7.0 (2025-04-22)
8+
9+ ### Feat
10+
11+ - raise new ` TaskError ` exception on task errors
12+ - raise ` InteractiveSessionError ` when prompting in non-interactive environment
13+
14+ ### Fix
15+
16+ - ** settings** : use ` <CONFIG_ROOT>/copier ` as settings directory on Windows (#2071 )
17+ - ** updating** : ignore last answer of ` when: false ` questions
18+ - restore access to full rendering context in prompt phase
19+
20+ ### Refactor
21+
22+ - re-expose API with deprecation warnings on non-public API imports
23+ - rename internal modules with a ` _ ` prefix
24+
725## v9.6.0 (2025-03-09)
826
927### Feat
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ annotated_tag = true
175175changelog_incremental = true
176176tag_format = " v$version"
177177update_changelog_on_bump = true
178- version = " 9.6 .0"
178+ version = " 9.7 .0"
179179
180180[tool .hatch .version ]
181181source = " vcs"
You can’t perform that action at this time.
0 commit comments