diff --git a/CHANGELOG.md b/CHANGELOG.md index 7806d59e08a..4a0ecbafdbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,13 @@ Upgraded the linter to `0.1.82` which adds the following improvements: * Stopped registering "default lints". * Fixed `hash_and_equals` to respect `hashCode` fields. +#### Pub client + +* Added a CHANGELOG validator that complains if you `pub publish` without mentioning the current + version. +* Added support for `pub global activate`ing package from a custom pub URL. +* Added subcommand: `pub logout`. Logs you out of the current session. + #### dart2js * `--dump-info=binary` diff --git a/DEPS b/DEPS index 5e7bca790a3..f9a2d05124f 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ vars = { "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_tag": "1.3.6", "protobuf_tag": "0.9.0", - "pub_rev": "9f00679ef47bc79cadc18e143720ade6c06c0100", + "pub_rev": "980fc947db32bca6ae7d07fbb4ad0fcdba0050ec", "pub_semver_tag": "1.4.2", "quiver_tag": "2.0.0+1", "resource_rev": "2.1.5",