We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925ee81 commit 3004122Copy full SHA for 3004122
1 file changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# This file contains all notable changes to the AVC-VersionFileValidator
2
3
## master (not included in any release yet)
4
+
5
6
+## v1
7
+### v1.1.0
8
* Allow wildcards in the exclusion input arguments. They are evaluated according to Python3's pathlib.Glob() function,
9
so recursive exclusions (`**/*.version`) are supported. The exclusion value has to be a JSON array now!
10
* Output handy details when finishing validation (number of failed, successful, ignored)
@@ -10,8 +14,6 @@
14
running the validator itself in one of the test workspaces (container or host).
11
15
* Unit test setup
12
16
13
-
-## v1
17
### v1.0.0
18
Initial release.
19
Supports basic functionality as well as excluding specific files, specified in the input.exclude parameter.
0 commit comments