Skip to content

Commit 9d4db9d

Browse files
authored
Collapse -nullsafety version CHANGELOG (#575)
1 parent 4e05d06 commit 9d4db9d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.13.4-dev
2+
13
## 0.13.3
24

35
* Validate that the `method` parameter of BaseRequest is a valid "token".
@@ -13,10 +15,6 @@
1315

1416
## 0.13.0
1517

16-
* Stable null safety release.
17-
18-
## 0.13.0-nullsafety.0
19-
2018
* Migrate to null safety.
2119
* Add `const` constructor to `ByteStream`.
2220
* Migrate `BrowserClient` from `blob` to `arraybuffer`.

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.3
2+
version: 0.13.4-dev
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)