File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ 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.4.0 (2024-10-15)
8
+
9
+ ### Fix
10
+
11
+ - ** exclude** : support negative exclude matching child of excluded parent
12
+ - parse new answer when ` --skip-answered ` is used
13
+ - validate answers to secret questions
14
+ - ** updating** : do not recreate deleted paths on update (#1719 )
15
+ - support Git config without user identity
16
+
17
+ ### Refactor
18
+
19
+ - set default value for ` keep_trailing_newline ` more idiomatically
20
+ - drop support for Python 3.8
21
+
22
+ ### Perf
23
+
24
+ - ** updating** : avoid creating subproject copy
25
+
7
26
## v9.3.1 (2024-07-03)
8
27
9
28
### Fix
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ annotated_tag = true
168
168
changelog_incremental = true
169
169
tag_format = " v$version"
170
170
update_changelog_on_bump = true
171
- version = " 9.3.1 "
171
+ version = " 9.4.0 "
172
172
173
173
[build-system ]
174
174
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments