Skip to content

Commit

Permalink
bump: version 9.2.0 → 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Jul 1, 2024
1 parent 98e58d7 commit 448dd4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.3.0 (2024-07-01)

### Feat

- add simpler migrations configuration syntax (#1510)

### Fix

- **tasks**: do not consider unsafe if they are being skipped
- add context information to answer validation error message (#1609)
- do not overwrite identical files (#1576)
- **updating**: unset invalid last answers
- render `default` list items for multi-select choice questions
- **updating**: yield merge conflict when both template and project add same file

## v9.2.0 (2024-04-04)

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

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

0 comments on commit 448dd4f

Please sign in to comment.