Skip to content

Commit 69846c4

Browse files
authored
Update CHANGELOG for v0.3.0 release
1 parent 0c75181 commit 69846c4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

toys-release/CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
### v0.3.0 / 2025-12-06
44

5-
* BREAKING CHANGE: Remove component types to simplify configuration mechanism
6-
* ADDED: Provided a gen-config tool
7-
* ADDED: Support different options for handling collisions during file copies
8-
* ADDED: Support for per-component overrides of commit tag behavior
9-
* ADDED: Remove component types to simplify configuration mechanism
10-
* ADDED: Check for unknown or misspelled keys when loading configuration
11-
* ADDED: The gen-config tool now generates git_user_name and git_user_email fields
12-
* ADDED: Update the release pull request when the release automation starts
13-
* DOCS: Initial work on the users guide
5+
This release includes fairly substantial changes, a few of them breaking, to the configuration mechanism:
6+
* Component types have been removed. You can customize the pipeline for specific components, but there are no longer any predefined "categories" of components.
7+
* Commit tag handling can be overridden for specific components.
8+
* Added a configuration to control how collisions during file copies (in inputs and outputs) are resolved.
9+
* Unknown or misspelled keys in the configuration now trigger an error.
10+
11+
Aditional changes:
12+
* Renamed the gen-settings tool to gen-config and expanded its capabilities, including generating git_user_name and git_user_email.
13+
* When the release automation starts, it posts a comment on the release pull request with a link to its logs.
14+
* Initial work on the users guide.
1415

1516
### v0.2.2 / 2025-11-30
1617

0 commit comments

Comments
 (0)