| commit | 28d39ccba14443fe0876e3a46d7f24fe5118b656 | [log] [tgz] |
|---|---|---|
| author | Gary Roumanis <grouma@google.com> | Mon Apr 12 13:03:35 2021 -0700 |
| committer | Gary Roumanis <grouma@google.com> | Mon Apr 12 13:03:35 2021 -0700 |
| tree | add07ce6b1e0d7b4356c9e4903eff809e686cd6f | |
| parent | dd1814ff5a66f34dffc3236827f7907571997691 [diff] |
changelog
diff --git a/pkgs/http_multi_server/CHANGELOG.md b/pkgs/http_multi_server/CHANGELOG.md index 3368ca3..1f0072d 100644 --- a/pkgs/http_multi_server/CHANGELOG.md +++ b/pkgs/http_multi_server/CHANGELOG.md
@@ -1,3 +1,8 @@ +## 3.0.1 + +* Fix an issue where `bind` would bind to the `anyIPv6` address in unsupported + environments. + ## 3.0.0 * Migrate to null safety.
diff --git a/pkgs/http_multi_server/pubspec.yaml b/pkgs/http_multi_server/pubspec.yaml index 33f2f91..1f0c301 100644 --- a/pkgs/http_multi_server/pubspec.yaml +++ b/pkgs/http_multi_server/pubspec.yaml
@@ -1,5 +1,5 @@ name: http_multi_server -version: 3.0.0 +version: 3.0.1 description: >- A dart:io HttpServer wrapper that handles requests from multiple servers.