We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd5ea7 commit 24c4e7bCopy full SHA for 24c4e7b
pkgs/gcloud/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 0.8.8-dev
+## 0.8.8
2
3
- Require Dart 2.19
4
+- Add topics in `pubspec.yaml`.
5
6
## 0.8.7
7
pkgs/gcloud/pubspec.yaml
@@ -1,8 +1,11 @@
name: gcloud
-version: 0.8.8-dev
+version: 0.8.8
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/gcloud
+topics:
+ - cloud
8
+ - gcp
9
10
environment:
11
sdk: '>=2.19.0 <3.0.0'
0 commit comments