File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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.1 (2026-01-10)
8+
9+ ### Fix
10+
11+ - ** updating** : avoid circular reference when rendering JSON-serialized ` _copier_conf `
12+ variable
13+
714## v9.11.0 (2025-11-20)
815
916### Feat
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.0 "
181+ version = " 9.11.1 "
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