File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.20
2+
3+ - Fix passing multiple arguments to github action.
4+ Thanks [ Manuel] ( https://github.com/filiph/linkcheck/pull/82 ) !
5+
16## 2.0.19
27
38- Update to latest dependencies
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const hostsFlag = "hosts";
2828const inputFlag = "input-file" ;
2929const redirectFlag = "show-redirects" ;
3030const skipFlag = "skip-file" ;
31- const version = "2.0.19 " ;
31+ const version = "2.0.20 " ;
3232const versionFlag = "version" ;
3333final _portOnlyRegExp = RegExp (r"^:\d+$" );
3434
Original file line number Diff line number Diff line change 11name : linkcheck
2- version : 2.0.19 # Don't forget to update in lib/linkcheck.dart, too.
2+ version : 2.0.20 # Don't forget to update in lib/linkcheck.dart, too.
33
44description : >-
55 A very fast link-checker. Crawls sites and checks integrity of links
You can’t perform that action at this time.
0 commit comments