File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ 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.2.0 (2024-04-04)
8
+
9
+ ### Feat
10
+
11
+ - ** tasks** : add support for skipping tasks (#1561 )
12
+ - add support for validating multi-select choice answers
13
+
14
+ ### Fix
15
+
16
+ - ignore empty YAML documents in ` copier.yml `
17
+ - preserve choices order in answers to multi-select choice questions
18
+ - ** exclude** : apply exclude matcher to rendered path
19
+
20
+ ### Refactor
21
+
22
+ - drop ` pyyaml-include ` dependency and reimplement relevant features
23
+
24
+ ### Perf
25
+
26
+ - apply ` PERF ` lint rules fixes (#1556 )
27
+
7
28
## v9.1.1 (2024-01-16)
8
29
9
30
### Fix
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ annotated_tag = true
173
173
changelog_incremental = true
174
174
tag_format = " v$version"
175
175
update_changelog_on_bump = true
176
- version = " 9.1.1 "
176
+ version = " 9.2.0 "
177
177
178
178
[build-system ]
179
179
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments