Skip to content

Commit bebd9cb

Browse files
authored
Support the latest pkg:http, prepare for release (#9)
1 parent a85fefd commit bebd9cb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1+3
2+
3+
* Support the latest `pkg:http` release.
4+
15
## 0.1.1+2
26

37
* Set max SDK version to `<3.0.0`, and adjust other dependencies.

analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: http_retry
2-
version: 0.1.1+2
2+
version: 0.1.1+3
33

44
description: HTTP client middleware that automatically retries requests.
55
author: Dart Team <[email protected]>
66
homepage: https://github.com/dart-lang/http_retry
77

88
environment:
9-
sdk: '>=2.0.0-dev.17.0 <3.0.0'
9+
sdk: '>=2.0.0 <3.0.0'
1010

1111
dependencies:
1212
async: ^2.0.7
13-
http: ^0.11.0
13+
http: '>=0.11.0 <0.13.0'
1414

1515
dev_dependencies:
1616
fake_async: ^1.0.0

0 commit comments

Comments
 (0)