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 31358ae commit 58d45c8Copy full SHA for 58d45c8
pkgs/appengine/CHANGELOG.md
@@ -1,4 +1,9 @@
1
+## 0.13.1
2
+ * Fix dependency on `package:gcloud` to version `0.8.0`.
3
+
4
## 0.13.0
5
+**WARNING**: Version `0.13.0` is broken, use `0.13.1`.
6
7
* Migrated to _null-safety_ and `package:gcloud` version `0.8.0`.
8
9
## 0.12.1
pkgs/appengine/pubspec.yaml
@@ -1,5 +1,5 @@
name: appengine
-version: 0.13.0
+version: 0.13.1
description: >-
Support for using Dart as a custom runtime on
Google App Engine Flexible Environment
@@ -10,7 +10,7 @@ environment:
10
11
dependencies:
12
fixnum: ^1.0.0
13
- gcloud: ^0.7.0
+ gcloud: ^0.8.0
14
googleapis_auth: ^1.1.0
15
grpc: ^3.0.0
16
http: ^0.13.3
0 commit comments