Skip to content

Commit

Permalink
bump: version 9.3.1 → 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Oct 15, 2024
1 parent 34bde5a commit 59f13c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.4.0 (2024-10-15)

### Fix

- **exclude**: support negative exclude matching child of excluded parent
- parse new answer when `--skip-answered` is used
- validate answers to secret questions
- **updating**: do not recreate deleted paths on update (#1719)
- support Git config without user identity

### Refactor

- set default value for `keep_trailing_newline` more idiomatically
- drop support for Python 3.8

### Perf

- **updating**: avoid creating subproject copy

## v9.3.1 (2024-07-03)

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

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

0 comments on commit 59f13c0

Please sign in to comment.