File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Tool Changes
10
10
11
+ #### Pub
12
+
13
+ * Pub will now automatically retry HTTP requests that fail with an IO error
14
+ ([ issue 1826] [ pub#1826 ] ).
15
+
16
+ * ` pub deps ` now includes the SDK version. This makes the output more helpful
17
+ when included in bug reports ([ issue 1827] [ pub#1827 ] ).
18
+
19
+ * ` build ` and ` serve ` now print a deprecation warning pointing users to
20
+ https://webdev.dartlang.org/dart-2 ([ issue 1823] [ pub#1823 ] ).
21
+
11
22
## 2.0.0-dev.40.0
12
23
13
24
### Core library changes
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ vars = {
116
116
"ply_rev" : "@604b32590ffad5cbb82e4afef1d305512d06ae93" ,
117
117
"pool_tag" : "@1.3.4" ,
118
118
"protobuf_tag" : "@0.7.1" ,
119
- "pub_rev" : "@dbe8be2bb8bca9b26ba7bd583272c62f9a0153fd " ,
119
+ "pub_rev" : "@875d35005a7d33f367d70a3e31e9d3bad5d1ebd8 " ,
120
120
"pub_semver_tag" : "@1.3.2" ,
121
121
"quiver_tag" : "@5aaa3f58c48608af5b027444d561270b53f15dbf" ,
122
122
"resource_rev" :"@af5a5bf65511943398146cf146e466e5f0b95cb9" ,
You can’t perform that action at this time.
0 commit comments