Skip to content

Commit d735c8b

Browse files
committed
bump: version 9.4.1 → 9.5.0
1 parent 3ae6b78 commit d735c8b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.5.0 (2025-02-17)
8+
9+
### Feat
10+
11+
- **external_data**: load data from other YAML files
12+
- **settings**: allow to define some trusted repositories or prefixes
13+
- **settings**: add user settings support with `defaults` values (fix #235)
14+
- add dynamic file structures in loop using yield-tag (#1855)
15+
- add support for dynamic choices
16+
17+
### Fix
18+
19+
- correctly record missing stages in index for merge conflicts (#1907)
20+
- allow importing from a file that has a conditional name
21+
- **updating**: don't crash when file is removed from template's `.gitignore` file
22+
(#1886)
23+
- **deps**: update dependency packaging to v24.2
24+
- re-render answers file path when producing render context
25+
- restore compatibility with Git prior to v2.31 (#1838)
26+
- **updating**: don't validate computed values
27+
- Don't mark files without conflict markers as unmerged (#1813)
28+
729
## v9.4.1 (2024-10-18)
830

931
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ annotated_tag = true
172172
changelog_incremental = true
173173
tag_format = "v$version"
174174
update_changelog_on_bump = true
175-
version = "9.4.1"
175+
version = "9.5.0"
176176

177177
[build-system]
178178
requires = ["poetry-core>=1.7.0", "poetry-dynamic-versioning>=1.1.0"]

0 commit comments

Comments
 (0)