Skip to content

Commit e824d4f

Browse files
committed
bump: version 9.4.0 → 9.4.1
1 parent 558f51c commit e824d4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4.1 (2024-10-18)
8+
9+
### Fix
10+
11+
- restore support for `preserve_symlinks: false` for directories (#1820)
12+
713
## v9.4.0 (2024-10-15)
814

915
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ annotated_tag = true
168168
changelog_incremental = true
169169
tag_format = "v$version"
170170
update_changelog_on_bump = true
171-
version = "9.4.0"
171+
version = "9.4.1"
172172

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

0 commit comments

Comments
 (0)