Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Prepare 0.13.7, widening constraint on package:http #169

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.13.7
* Widen dependency constraint on `package:http`.

## 0.13.6

* Require Dart 2.19.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: appengine
version: 0.13.6
version: 0.13.7
description: >
Support for using Dart as a custom runtime on Google App Engine Flexible
Environment
Expand All @@ -17,7 +17,7 @@ dependencies:
gcloud: ^0.8.10
googleapis_auth: ^1.1.0
grpc: ^3.1.0
http: ^0.13.3
http: '>=0.13.3 <2.0.0'
logging: ^1.0.1
path: ^1.8.0
protobuf: ^2.0.0
Expand Down