Skip to content

Commit eb1c781

Browse files
committed
bump: version 9.0.1 → 9.1.0
1 parent f0b80f0 commit eb1c781

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. This projec
44
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
55
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
66

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+
723
## v9.0.1 (2023-10-30)
824

925
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ annotated_tag = true
137137
changelog_incremental = true
138138
tag_format = "v$version"
139139
update_changelog_on_bump = true
140-
version = "9.0.1"
140+
version = "9.1.0"
141141

142142
[build-system]
143143
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]

0 commit comments

Comments
 (0)