File tree 2 files changed +7
-1
lines changed
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
4
4
adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
5
5
the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
6
6
7
+ ## v9.4.1 (2024-10-18)
8
+
9
+ ### Fix
10
+
11
+ - restore support for ` preserve_symlinks: false ` for directories (#1820 )
12
+
7
13
## v9.4.0 (2024-10-15)
8
14
9
15
### Fix
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ annotated_tag = true
168
168
changelog_incremental = true
169
169
tag_format = " v$version"
170
170
update_changelog_on_bump = true
171
- version = " 9.4.0 "
171
+ version = " 9.4.1 "
172
172
173
173
[build-system ]
174
174
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments