File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.1.0 (2023-11-27)
8
+
9
+ ### Feat
10
+
11
+ - Conflicts on updates now appear as git merge conflicts, also on VSCode
12
+ - ** choices** : support questionary checkbox for multiple choices using
13
+ ` multiselect: true ` .
14
+
15
+ ### Fix
16
+
17
+ - mark package as typed
18
+ - Normalize paths obtained from Git commands output
19
+ - don't crash when update replaces file with symlink (or vice versa) (#1409 )
20
+ - keep git-ignored files on update (#1373 )
21
+ - address deprecation warning in ` shutil.rmtree(onerror=...) ` (#1401 )
22
+
7
23
## v9.0.1 (2023-10-30)
8
24
9
25
### Fix
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ annotated_tag = true
137
137
changelog_incremental = true
138
138
tag_format = " v$version"
139
139
update_changelog_on_bump = true
140
- version = " 9.0.1 "
140
+ version = " 9.1.0 "
141
141
142
142
[build-system ]
143
143
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments