Skip to content

Commit f215a23

Browse files
committed
bump: version 9.6.0 → 9.7.0
1 parent 2491c06 commit f215a23

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.7.0 (2025-04-22)
8+
9+
### Feat
10+
11+
- raise new `TaskError` exception on task errors
12+
- raise `InteractiveSessionError` when prompting in non-interactive environment
13+
14+
### Fix
15+
16+
- **settings**: use `<CONFIG_ROOT>/copier` as settings directory on Windows (#2071)
17+
- **updating**: ignore last answer of `when: false` questions
18+
- restore access to full rendering context in prompt phase
19+
20+
### Refactor
21+
22+
- re-expose API with deprecation warnings on non-public API imports
23+
- rename internal modules with a `_` prefix
24+
725
## v9.6.0 (2025-03-09)
826

927
### Feat

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ annotated_tag = true
175175
changelog_incremental = true
176176
tag_format = "v$version"
177177
update_changelog_on_bump = true
178-
version = "9.6.0"
178+
version = "9.7.0"
179179

180180
[tool.hatch.version]
181181
source = "vcs"

0 commit comments

Comments
 (0)