Skip to content

Commit d2940ba

Browse files
authored
publish package:gcloud after the repo move (#96)
1 parent a3d1c44 commit d2940ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pkgs/gcloud/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
## 0.8.15
2+
3+
- Update the pubspec repository field to reflect the repo move.
4+
15
## 0.8.14
6+
27
- Support override metadata properties in `copyObject`.
38

49
## 0.8.13
10+
511
- Support the latest version `^13.0.0` of the `googleapis` package.
612

713
## 0.8.12
14+
815
- Support the latest version 12.0.0 of the `googleapis` package.
916

1017
## 0.8.11
18+
1119
- After the first `Page` created by `Datastore.withRetry()` retries were not
1220
happening. This is now fixed, ensuring that `Page.next()` will always retry
1321
when `Datastore` is wrapped with `Datastore.withRetry()`.

pkgs/gcloud/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.14
2+
version: 0.8.15
33
description: >-
44
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
55
repository: https://github.com/dart-lang/labs/tree/main/pkgs/gcloud

0 commit comments

Comments
 (0)