File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file. This projec
4
4
adheres to [ PEP 440] ( https://www.python.org/dev/peps/pep-0440/ ) versioning schema, and
5
5
the changelog itself conforms to [ Keep A Changelog] ( https://keepachangelog.com/ ) .
6
6
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
+
7
29
## v9.4.1 (2024-10-18)
8
30
9
31
### Fix
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ annotated_tag = true
172
172
changelog_incremental = true
173
173
tag_format = " v$version"
174
174
update_changelog_on_bump = true
175
- version = " 9.4.1 "
175
+ version = " 9.5.0 "
176
176
177
177
[build-system ]
178
178
requires = [" poetry-core>=1.7.0" , " poetry-dynamic-versioning>=1.1.0" ]
You can’t perform that action at this time.
0 commit comments