Skip to content

Commit c97eff6

Browse files
authored
chore(storage): prepare v0.6.0 release (#225)
Support latest pkg:google_cloud
1 parent 76c9844 commit c97eff6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkgs/google_cloud_storage/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 0.6.0-wip
1+
## 0.6.0
22

33
* **BREAKING:** Rename `Storage.insertObject` to `Storage.uploadObject`.
44
* Add `Storage.uploadObjectFromString`.
55
* Add `StorageObject.uploadFromString`.
6+
* Require google_cloud: '>=0.3.0 <0.5.0'.
67

78
## 0.5.1
89

pkgs/google_cloud_storage/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: google_cloud_storage
1616
description: >-
1717
A client for Google Cloud Storage, a managed service for storing, archiving,
1818
and serving unstructured data of any size.
19-
version: 0.6.0-wip
19+
version: 0.6.0
2020
repository: https://github.com/googleapis/google-cloud-dart/tree/main/pkgs/google_cloud_storage
2121

2222
environment:

0 commit comments

Comments
 (0)