Skip to content

Commit 0757af4

Browse files
authored
Prepare to publish (#564)
Add CHANGELOG entry for `retry.dart`.
1 parent 14e4fec commit 0757af4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 0.13.2-dev
1+
## 0.13.2
2+
3+
* Add `package:http/retry.dart` with `RetryClient`. This is the same
4+
implementation as `package:http_retry` which will be discontinued.
25

36
## 0.13.1
47

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 0.13.2-dev
2+
version: 0.13.2
33
homepage: https://github.com/dart-lang/http
44
description: A composable, multi-platform, Future-based API for HTTP requests.
55

0 commit comments

Comments
 (0)