Skip to content

Commit b5faeb2

Browse files
chore(main): release google-cloud-pubsub 3.0.1 (googleapis#30763)
1 parent 47c827a commit b5faeb2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
"google-cloud-profiler+FILLER": "0.0.0",
606606
"google-cloud-profiler-v2": "1.3.0",
607607
"google-cloud-profiler-v2+FILLER": "0.0.0",
608-
"google-cloud-pubsub": "3.0.0",
608+
"google-cloud-pubsub": "3.0.1",
609609
"google-cloud-pubsub+FILLER": "0.0.0",
610610
"google-cloud-pubsub-v1": "1.11.1",
611611
"google-cloud-pubsub-v1+FILLER": "0.0.0",

google-cloud-pubsub/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+
### 3.0.1 (2025-08-07)
4+
5+
#### Documentation
6+
7+
* Update README.md to v3.x ([#30751](https://github.com/googleapis/google-cloud-ruby/issues/30751))
8+
39
### 3.0.0 (2025-07-29)
410

511
### ⚠ BREAKING CHANGES

google-cloud-pubsub/lib/google/cloud/pubsub/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 PubSub
19-
VERSION = "3.0.0".freeze
19+
VERSION = "3.0.1".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)