Skip to content

Commit d0bded4

Browse files
chore(main): release google-cloud-storage 1.53.0
1 parent 805ca25 commit d0bded4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
690690
"google-cloud-speech-v2": "0.13.1",
691691
"google-cloud-speech-v2+FILLER": "0.0.0",
692-
"google-cloud-storage": "1.52.0",
692+
"google-cloud-storage": "1.53.0",
693693
"google-cloud-storage+FILLER": "0.0.0",
694694
"google-cloud-storage-control": "1.0.1",
695695
"google-cloud-storage-control+FILLER": "0.0.0",

google-cloud-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.53.0 (2024-09-23)
4+
5+
#### Features
6+
7+
* fetch file and bucket details from url ([#27322](https://github.com/googleapis/google-cloud-ruby/issues/27322))
8+
39
### 1.52.0 (2024-05-31)
410

511
#### Features

google-cloud-storage/lib/google/cloud/storage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Storage
19-
VERSION = "1.52.0".freeze
19+
VERSION = "1.53.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)