Skip to content

Commit 58d45c8

Browse files
authored
Fix dependency on gcloud (dart-archive/appengine#144)
1 parent 31358ae commit 58d45c8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pkgs/appengine/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## 0.13.1
2+
* Fix dependency on `package:gcloud` to version `0.8.0`.
3+
14
## 0.13.0
5+
**WARNING**: Version `0.13.0` is broken, use `0.13.1`.
6+
27
* Migrated to _null-safety_ and `package:gcloud` version `0.8.0`.
38

49
## 0.12.1

pkgs/appengine/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: appengine
2-
version: 0.13.0
2+
version: 0.13.1
33
description: >-
44
Support for using Dart as a custom runtime on
55
Google App Engine Flexible Environment
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
fixnum: ^1.0.0
13-
gcloud: ^0.7.0
13+
gcloud: ^0.8.0
1414
googleapis_auth: ^1.1.0
1515
grpc: ^3.0.0
1616
http: ^0.13.3

0 commit comments

Comments
 (0)