Skip to content

Commit 2eb031a

Browse files
authoredNov 1, 2024
Release gcloud version 0.8.16 (#183)
1 parent c04a70a commit 2eb031a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/gcloud/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.8.16-wip
1+
## 0.8.16
22

3-
- **Breaking** `BucketEntry` is now `sealed` anyone implementing or subclassing
4-
will experience breakage.
3+
- `BucketEntry` is now `sealed` this may cause **breakage** for anyone
4+
implementing `BucketEntry`.
55
- Feature `BucketEntry` objects returns from `Bucket.list` are now instances
66
of:
77
* `BucketDirectoryEntry`, or,

‎pkgs/gcloud/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gcloud
2-
version: 0.8.16-wip
2+
version: 0.8.16
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)