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 e7eb6df commit 991eca8Copy full SHA for 991eca8
pkgs/appengine/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.13.5
2
+ * Added topics to `pubspec.yaml`.
3
+
4
## 0.13.4
5
6
* Implement `onConnectionStateChanged` to sync `grpc: 3.1.0`
pkgs/appengine/pubspec.yaml
@@ -1,9 +1,12 @@
name: appengine
-version: 0.13.4
+version: 0.13.5
description: >
Support for using Dart as a custom runtime on Google App Engine Flexible
Environment
repository: https://github.com/dart-lang/appengine
7
+topics:
8
+ - cloud
9
+ - gcp
10
11
environment:
12
sdk: '>=2.14.0 <3.0.0'
0 commit comments