Skip to content

Commit b9ee296

Browse files
committed
bump: version 9.11.1 → 9.11.2
1 parent b3a7b37 commit b9ee296

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ annotated_tag = true
178178
changelog_incremental = true
179179
tag_format = "v$version"
180180
update_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

0 commit comments

Comments
 (0)