diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a4fe2..9d231a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.11 + +- Resolve a bug with unicode character counting in HTML. + ## 2.0.10 - Guard against servers that do not provide `Content-Type`. No guarantees about diff --git a/lib/linkcheck.dart b/lib/linkcheck.dart index 7fb34aa..702f6bf 100644 --- a/lib/linkcheck.dart +++ b/lib/linkcheck.dart @@ -26,7 +26,7 @@ const helpFlag = "help"; const hostsFlag = "hosts"; const inputFlag = "input-file"; const skipFlag = "skip-file"; -const version = "2.0.10"; +const version = "2.0.11"; const versionFlag = "version"; final _portOnlyRegExp = RegExp(r"^:\d+$"); diff --git a/pubspec.yaml b/pubspec.yaml index 06a3c21..c9be125 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: linkcheck -version: 2.0.10 # Don't forget to update in lib/linkcheck.dart, too. +version: 2.0.11 # Don't forget to update in lib/linkcheck.dart, too. description: > A very fast link-checker. Crawls sites and checks integrity of links