Skip to content

Commit

Permalink
publish package:gcloud after the repo move (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Sep 30, 2024
1 parent a3d1c44 commit d2940ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pkgs/gcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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()`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d2940ba

Please sign in to comment.