diff --git a/CHANGELOG.md b/CHANGELOG.md index 623462677a0..16ebe912c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ Updated the Linter to `0.1.121`, which includes: +#### Pub + +* New commands `pub add` and `pub remove` that adds and remove new dependencies + to your `pubspec.yaml`. +* `pub publish` will check your pubspec keys for likely typos. +* `pub get` will print a warning if the resolution is mixed mode. + # 0.1.121 * Performance improvements to `always_use_package_imports`, diff --git a/DEPS b/DEPS index 46d8ac29853..dcadfea102b 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ vars = { "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599", "protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760", - "pub_rev": "04e237f78b2302d7f20d0b362554425e8deb8add", + "pub_rev": "f0c7771b38155d3829a60d60b5dba2784b100811", "pub_semver_tag": "v1.4.4", "quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784", "resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",