File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
44adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
55the 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
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ annotated_tag = true
168168changelog_incremental = true
169169tag_format = " v$version"
170170update_changelog_on_bump = true
171- version = " 9.4.0 "
171+ version = " 9.4.1 "
172172
173173[build-system ]
174174requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments