File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Release History
3
2
3
+ ### v1.1.7 [ 2024-02-01]
4
+
5
+ - Fixes;
6
+ - [ Does not support "last Wednesday of the month" syntax] ( https://github.com/grumBit/aws_cron_expression_validator/issues/12 )
7
+ - [ Does not support lists that include slashes] ( https://github.com/grumBit/aws_cron_expression_validator/issues/13 )
8
+
4
9
### v1.1.6 [ 2023-05-17]
5
10
6
11
- New;
19
24
### v1.0.10 to v1.0.11 [ 2023-03-07]
20
25
21
26
- New;
22
- - Adds community standards documentation suggested by GitHub. _ No functional changes_
27
+ - Adds community standards documentation suggested by GitHub. _ No functional changes_
23
28
24
29
### v1.0.9 [ 2023-03-07]
25
30
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " aws_cron_expression_validator"
7
- version = " 1.1.6 "
7
+ version = " 1.1.7 "
8
8
authors = [
9
9
{ name =" Graham Coster" , email =" bitjugglers@gmail.com" },
10
10
]
You can’t perform that action at this time.
0 commit comments