Skip to content

Commit 3ae340d

Browse files
committed
bump: version 9.11.0 → 9.11.1
1 parent 572b03f commit 3ae340d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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.0"
181+
version = "9.11.1"
182182

183183
[tool.codespell]
184184
# Ref: https://github.com/codespell-project/codespell#using-a-config-file

0 commit comments

Comments
 (0)