Skip to content

Commit c35042b

Browse files
committed
bump: version 9.15.0 → 9.15.1
1 parent 98e72a8 commit c35042b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.15.1 (2026-05-13)
8+
9+
### Fix
10+
11+
- enrich invalid choice error message with variable name and valid choices (#2662)
12+
- restore support for `copier copy` when `git` is not available
13+
714
## v9.15.0 (2026-04-30)
815

916
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ annotated_tag = true
190190
changelog_incremental = true
191191
tag_format = "v$version"
192192
update_changelog_on_bump = true
193-
version = "9.15.0"
193+
version = "9.15.1"
194194

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

0 commit comments

Comments
 (0)