Skip to content

Commit 3004122

Browse files
committed
Release v1.1.0
1 parent 925ee81 commit 3004122

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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)
@@ -10,8 +14,6 @@
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
1618
Initial release.
1719
Supports basic functionality as well as excluding specific files, specified in the input.exclude parameter.

0 commit comments

Comments
 (0)