Skip to content

Commit 28f740c

Browse files
authored
stable null safety release (#526)
1 parent 24b10df commit 28f740c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.0
2+
3+
* Stable null safety release.
4+
15
## 0.13.0-nullsafety.0
26

37
* Migrate to null safety.

pubspec.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
name: http
2-
version: 0.13.0-nullsafety.0
2+
version: 0.13.0
33
homepage: https://github.com/dart-lang/http
44
description: A composable, multi-platform, Future-based API for HTTP requests.
55

66
environment:
77
sdk: '>=2.12.0-0 <3.0.0'
88

99
dependencies:
10-
http_parser: ^4.0.0-nullsafety
11-
meta: ^1.3.0-nullsafety.3
12-
path: ^1.8.0-nullsafety.1
13-
pedantic: ^1.10.0-nullsafety
10+
http_parser: ^4.0.0
11+
meta: ^1.3.0
12+
path: ^1.8.0
13+
pedantic: ^1.10.0
1414

1515
dev_dependencies:
16-
shelf: any
16+
shelf: ^1.0.0-nullsafety.0
1717
test: ^1.16.0-nullsafety.4
18-
19-
dependency_overrides:
20-
shelf:
21-
git: git://github.com/dart-lang/shelf.git

0 commit comments

Comments
 (0)