We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04a70a commit 2eb031aCopy full SHA for 2eb031a
pkgs/gcloud/CHANGELOG.md
@@ -1,7 +1,7 @@
1
-## 0.8.16-wip
+## 0.8.16
2
3
- - **Breaking** `BucketEntry` is now `sealed` anyone implementing or subclassing
4
- will experience breakage.
+ - `BucketEntry` is now `sealed` this may cause **breakage** for anyone
+ implementing `BucketEntry`.
5
- Feature `BucketEntry` objects returns from `Bucket.list` are now instances
6
of:
7
* `BucketDirectoryEntry`, or,
pkgs/gcloud/pubspec.yaml
@@ -1,5 +1,5 @@
name: gcloud
-version: 0.8.16-wip
+version: 0.8.16
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
0 commit comments