diff --git a/pkgs/gcloud/CHANGELOG.md b/pkgs/gcloud/CHANGELOG.md index bb6008c5..42c65444 100644 --- a/pkgs/gcloud/CHANGELOG.md +++ b/pkgs/gcloud/CHANGELOG.md @@ -1,7 +1,7 @@ -## 0.8.16-wip +## 0.8.16 - - **Breaking** `BucketEntry` is now `sealed` anyone implementing or subclassing - will experience breakage. + - `BucketEntry` is now `sealed` this may cause **breakage** for anyone + implementing `BucketEntry`. - Feature `BucketEntry` objects returns from `Bucket.list` are now instances of: * `BucketDirectoryEntry`, or, diff --git a/pkgs/gcloud/pubspec.yaml b/pkgs/gcloud/pubspec.yaml index 775419ea..576c92c2 100644 --- a/pkgs/gcloud/pubspec.yaml +++ b/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