From 568e6ae629c5edd639f0f001e83de2497e32025e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 27 Sep 2024 13:44:16 -0700 Subject: [PATCH] publish package:gcloud after the repo move --- pkgs/gcloud/CHANGELOG.md | 8 ++++++++ pkgs/gcloud/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pkgs/gcloud/CHANGELOG.md b/pkgs/gcloud/CHANGELOG.md index f7d487e9..33f05f48 100644 --- a/pkgs/gcloud/CHANGELOG.md +++ b/pkgs/gcloud/CHANGELOG.md @@ -1,13 +1,21 @@ +## 0.8.15 + +- Update the pubspec repository field to reflect the repo move. + ## 0.8.14 + - Support override metadata properties in `copyObject`. ## 0.8.13 + - Support the latest version `^13.0.0` of the `googleapis` package. ## 0.8.12 + - Support the latest version 12.0.0 of the `googleapis` package. ## 0.8.11 + - After the first `Page` created by `Datastore.withRetry()` retries were not happening. This is now fixed, ensuring that `Page.next()` will always retry when `Datastore` is wrapped with `Datastore.withRetry()`. diff --git a/pkgs/gcloud/pubspec.yaml b/pkgs/gcloud/pubspec.yaml index 1e1e9367..bbb84fcc 100644 --- a/pkgs/gcloud/pubspec.yaml +++ b/pkgs/gcloud/pubspec.yaml @@ -1,5 +1,5 @@ name: gcloud -version: 0.8.14 +version: 0.8.15 description: >- High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud