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

Upgrade googleapis constraint + version bump #192

Merged
merged 1 commit into from
Sep 5, 2024
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.8.13
- Support the latest version `^13.0.0` of the `googleapis` package.

## 0.8.12
- Support the latest version 12.0.0 of the `googleapis` package.

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: gcloud
version: 0.8.12
version: 0.8.13
description: >-
High level idiomatic Dart API for Google Cloud Storage, Pub-Sub and Datastore.
repository: https://github.com/dart-lang/gcloud
Expand All @@ -13,7 +13,7 @@ environment:

dependencies:
_discoveryapis_commons: ^1.0.0
googleapis: '>=3.0.0 <13.0.0'
googleapis: '>=3.0.0 <14.0.0'
http: '>=0.13.5 <2.0.0'
meta: ^1.3.0
retry: ^3.1.1
Expand Down