Skip to content

Commit

Permalink
bump: version 9.0.1 → 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Nov 27, 2023
1 parent 7ca70a2 commit 3d6be0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. This projec
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).

## v9.1.0 (2023-11-27)

### Feat

- Conflicts on updates now appear as git merge conflicts, also on VSCode
- **choices**: support questionary checkbox for multiple choices using
`multiselect: true`.

### Fix

- mark package as typed
- Normalize paths obtained from Git commands output
- don't crash when update replaces file with symlink (or vice versa) (#1409)
- keep git-ignored files on update (#1373)
- address deprecation warning in `shutil.rmtree(onerror=...)` (#1401)

## v9.0.1 (2023-10-30)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ annotated_tag = true
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "9.0.1"
version = "9.1.0"

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

0 comments on commit 3d6be0a

Please sign in to comment.