File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.11.2 (2026-01-20)
8+
9+ ### Fix
10+
11+ - ** updating** : restore support for preserved symlinks pointing outside subproject
12+ (#2427 )
13+
14+ ### Security
15+
16+ - disallow symlink-based includes outside template root
17+ - disallow symlink-following write operations outside destination directory (#2427 )
18+
719## v9.11.1 (2026-01-10)
820
921### Fix
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ annotated_tag = true
178178changelog_incremental = true
179179tag_format = " v$version"
180180update_changelog_on_bump = true
181- version = " 9.11.1 "
181+ version = " 9.11.2 "
182182
183183[tool .codespell ]
184184# Ref: https://github.com/codespell-project/codespell#using-a-config-file
You can’t perform that action at this time.
0 commit comments