File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# This file contains all notable changes to the AVC-VersionFileValidator
22
33## master (not included in any release yet)
4+
5+
6+ ## v1
7+ ### v1.1.0
48* Allow wildcards in the exclusion input arguments. They are evaluated according to Python3's pathlib.Glob() function,
59 so recursive exclusions (` **/*.version ` ) are supported. The exclusion value has to be a JSON array now!
610* Output handy details when finishing validation (number of failed, successful, ignored)
1014 running the validator itself in one of the test workspaces (container or host).
1115* Unit test setup
1216
13-
14- ## v1
1517### v1.0.0
1618Initial release.
1719Supports basic functionality as well as excluding specific files, specified in the input.exclude parameter.
You can’t perform that action at this time.
0 commit comments