diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c521f65266d..35ae0e5fe7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -222,7 +222,16 @@ in 2018, as it doesn't work with any Dart 2.x release. tracker. `dart --verbose pub [command]` will also cause the log file to be written. +- `dart pub global activate --source=git` now takes arguments `--git-path` to + specify the path of the activated package in the pubspec and `--git-ref` to + specify the branch or revision to check out. - `dart pub add` can now add multiple packages in one command. +- `dart pub token add` can now add a token for [pub.dev](https://pub.dev). +- `dart pub uploader` has been removed. To manage uploaders for a package use + the `https://pub.dev//admin` web-interface. +- Pub now supports a separate `pubspec_overrides.yaml` file that can contain + `dependency_overrides`. This makes it easier to avoid checking the local + overrides into version control. #### Linter diff --git a/DEPS b/DEPS index 7447d02c0773..b0759a3b6af2 100644 --- a/DEPS +++ b/DEPS @@ -141,7 +141,7 @@ vars = { "pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae", "process_rev": "56ece43b53b64c63ae51ec184b76bd5360c28d0b", "protobuf_rev": "c1eb6cb51af39ccbaa1a8e19349546586a5c8e31", - "pub_rev": "8f5ab7b1aba3b9f66b56246d77e167990339d317", + "pub_rev": "94ae66a660cc187cc46ceaf1ab96bdcf8d48a313", "pub_semver_rev": "ea6c54019948dc03042c595ce9413e17aaf7aa38", "root_certificates_rev": "692f6d6488af68e0121317a9c2c9eb393eb0ee50", "rust_revision": "b7856f695d65a8ebc846754f97d15814bcb1c244",