Skip to content

Commit 991eca8

Browse files
authored
Prepare release with topics (dart-archive/appengine#162)
1 parent e7eb6df commit 991eca8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pkgs/appengine/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.13.5
2+
* Added topics to `pubspec.yaml`.
3+
14
## 0.13.4
25

36
* Implement `onConnectionStateChanged` to sync `grpc: 3.1.0`

pkgs/appengine/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: appengine
2-
version: 0.13.4
2+
version: 0.13.5
33
description: >
44
Support for using Dart as a custom runtime on Google App Engine Flexible
55
Environment
66
repository: https://github.com/dart-lang/appengine
7+
topics:
8+
- cloud
9+
- gcp
710

811
environment:
912
sdk: '>=2.14.0 <3.0.0'

0 commit comments

Comments
 (0)