bump: version 9.6.0 → 9.7.0

This commit is contained in:
Sigurd Spieckermann 2025-04-22 12:15:46 +00:00
parent 2491c0681b
commit f215a23744
2 changed files with 19 additions and 1 deletions

View File

@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. This projec
adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and
the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/).
## v9.7.0 (2025-04-22)
### Feat
- raise new `TaskError` exception on task errors
- raise `InteractiveSessionError` when prompting in non-interactive environment
### Fix
- **settings**: use `<CONFIG_ROOT>/copier` as settings directory on Windows (#2071)
- **updating**: ignore last answer of `when: false` questions
- restore access to full rendering context in prompt phase
### Refactor
- re-expose API with deprecation warnings on non-public API imports
- rename internal modules with a `_` prefix
## v9.6.0 (2025-03-09)
### Feat

View File

@ -175,7 +175,7 @@ annotated_tag = true
changelog_incremental = true
tag_format = "v$version"
update_changelog_on_bump = true
version = "9.6.0"
version = "9.7.0"
[tool.hatch.version]
source = "vcs"