diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc00a1..b563d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 2.0.19 + +- Update to latest dependencies +- Use `pkg:cli_pkg` for creating binaries in CI. + Thanks + [Guillaume](https://github.com/filiph/linkcheck/commits?author=Mogztter)! + ## 2.0.18 -- Allow the latest `pkg:args`; +- Allow the latest `pkg:args` ## 2.0.17 diff --git a/lib/linkcheck.dart b/lib/linkcheck.dart index 379cbdb..b555806 100644 --- a/lib/linkcheck.dart +++ b/lib/linkcheck.dart @@ -28,7 +28,7 @@ const hostsFlag = "hosts"; const inputFlag = "input-file"; const redirectFlag = "show-redirects"; const skipFlag = "skip-file"; -const version = "2.0.18"; +const version = "2.0.19"; const versionFlag = "version"; final _portOnlyRegExp = RegExp(r"^:\d+$"); diff --git a/pubspec.yaml b/pubspec.yaml index 4d53004..a992103 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linkcheck -version: 2.0.18 # Don't forget to update in lib/linkcheck.dart, too. +version: 2.0.19 # Don't forget to update in lib/linkcheck.dart, too. description: >- A very fast link-checker. Crawls sites and checks integrity of links