File tree 2 files changed +19
-1
lines changed
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
4
4
adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
5
5
the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
6
6
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
+
7
25
## v9.6.0 (2025-03-09)
8
26
9
27
### Feat
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ annotated_tag = true
175
175
changelog_incremental = true
176
176
tag_format = " v$version"
177
177
update_changelog_on_bump = true
178
- version = " 9.6 .0"
178
+ version = " 9.7 .0"
179
179
180
180
[tool .hatch .version ]
181
181
source = " vcs"
You can’t perform that action at this time.
0 commit comments