File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ 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.6.0 (2025-03-09)
8
+
9
+ ### Feat
10
+
11
+ - Add ` _copier_operation ` variable (#1733 )
12
+ - ** context** : expose a ` _copier_phase ` context variable
13
+
14
+ ### Fix
15
+
16
+ - explicitly specify file encoding for windows (#2007 )
17
+ - auto-detect encoding when reading external data file
18
+ - ** settings** : auto-detect encoding when reading settings file
19
+ - ** cli** : auto-detect encoding when reading unicode-encoded file specified with
20
+ ` --data-file `
21
+ - expose only answers in question rendering context
22
+ - ignore ` $file ` if ` $file.tmpl ` exists when subdirectory is used
23
+ - decode external data file content explicitly as UTF-8
24
+ - decode answers file content explicitly as UTF-8
25
+
26
+ ### Refactor
27
+
28
+ - use common answers file loader
29
+
7
30
## v9.5.0 (2025-02-17)
8
31
9
32
### Feat
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ annotated_tag = true
172
172
changelog_incremental = true
173
173
tag_format = " v$version"
174
174
update_changelog_on_bump = true
175
- version = " 9.5 .0"
175
+ version = " 9.6 .0"
176
176
177
177
[build-system ]
178
178
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments