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

Commit

Permalink
allow latest pkg:http and pkg:googleapis (#164)
Browse files Browse the repository at this point in the history
* allow latest pkg:http

* allow latest pkg:googleapis

* chore: bump version and add CHANGELOG entry
  • Loading branch information
felangel committed Jun 21, 2023
1 parent 80f255e commit 1ba9ca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 1ba9ca2

Please sign in to comment.