From 1ba9ca269e8425e96d0ddcffb8cc9bce9f977f75 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 21 Jun 2023 14:56:28 -0500 Subject: [PATCH] allow latest pkg:http and pkg:googleapis (#164) * allow latest pkg:http * allow latest pkg:googleapis * chore: bump version and add CHANGELOG entry --- CHANGELOG.md | 5 +++++ pubspec.yaml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4e9fe6..a93af8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.9 + +- Support the latest version 1.0.0 of the `http` package. +- Support the latest version 12.0.0 of the `googleapis` package. + ## 0.8.8 - Require Dart 2.19 diff --git a/pubspec.yaml b/pubspec.yaml index a0b3a971..676df66b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: gcloud -version: 0.8.8 +version: 0.8.9 description: >- High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore. repository: https://github.com/dart-lang/gcloud @@ -12,8 +12,8 @@ environment: dependencies: _discoveryapis_commons: ^1.0.0 - googleapis: '>=3.0.0 <11.0.0' - http: ^0.13.0 + googleapis: '>=3.0.0 <12.0.0' + http: '>=0.13.5 <2.0.0' meta: ^1.3.0 dev_dependencies: