Skip to content

Commit cc00203

Browse files
sigurdmcommit-bot@chromium.org
authored andcommitted
Update pub client version
git log --oneline --no-decorate 3c060aae47985e9a248b850f1d0450304a5c97e3..8c363fe26f059c3063f1129adbb3c4e22a8ce954 8c363fe2 Restore default server for uploader command (#2102) 154a1419 Fix #28 -- escaping arguments as mentioned in TODO (#2093) bb2b8b28 Remove validation for library file paths (#2067) Change-Id: I795a8d58144003129b36e481b2693656035b2057 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97638 Commit-Queue: Sigurd Meldgaard <[email protected]> Reviewed-by: Nate Bosch <[email protected]> Reviewed-by: Jonas Jensen <[email protected]>
1 parent 3e4a1de commit cc00203

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222

2323
* Added a CHANGELOG validator that complains if you `pub publish` without mentioning the current
2424
version.
25+
* Removed validation of library names when doing `pub publish`.
2526
* Added support for `pub global activate`ing package from a custom pub URL.
2627
* Added subcommand: `pub logout`. Logs you out of the current session.
28+
* Fix: Use default server for `pub uploader` command.
2729

2830
#### dart2js
2931

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ vars = {
111111
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
112112
"pool_tag": "1.3.6",
113113
"protobuf_rev": "0c77167b16d00b561a6055bfe26690af7f26ae88",
114-
"pub_rev": "3c060aae47985e9a248b850f1d0450304a5c97e3",
114+
"pub_rev": "8c363fe26f059c3063f1129adbb3c4e22a8ce954",
115115
"pub_semver_tag": "1.4.2",
116116
"quiver_tag": "2.0.0+1",
117117
"resource_rev": "2.1.5",

0 commit comments

Comments
 (0)