File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ 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.3.0 (2024-07-01)
8
+
9
+ ### Feat
10
+
11
+ - add simpler migrations configuration syntax (#1510 )
12
+
13
+ ### Fix
14
+
15
+ - ** tasks** : do not consider unsafe if they are being skipped
16
+ - add context information to answer validation error message (#1609 )
17
+ - do not overwrite identical files (#1576 )
18
+ - ** updating** : unset invalid last answers
19
+ - render ` default ` list items for multi-select choice questions
20
+ - ** updating** : yield merge conflict when both template and project add same file
21
+
7
22
## v9.2.0 (2024-04-04)
8
23
9
24
### 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.2 .0"
175
+ version = " 9.3 .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