Skip to content

Commit 1c195fb

Browse files
committed
Bumped to v1.5.0
Updated CHANGELOG
1 parent 55fb040 commit 1c195fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkgs/http/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 1.4.1
1+
## 1.5.0
22

3+
* Added support for abortion of requests
34
* Clarify that some header names may not be sent/received.
45

56
## 1.4.0

pkgs/http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 1.4.1-wip
2+
version: 1.5.0-wip
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

@@ -15,7 +15,7 @@ dependencies:
1515
async: ^2.5.0
1616
http_parser: ^4.0.0
1717
meta: ^1.3.0
18-
web: '>=0.5.0 <2.0.0'
18+
web: ">=0.5.0 <2.0.0"
1919

2020
dev_dependencies:
2121
dart_flutter_team_lints: ^3.0.0

0 commit comments

Comments
 (0)