Skip to content

Commit 6e66e00

Browse files
chore(main): release google-cloud-pubsub 3.3.0
1 parent 8aa7cf8 commit 6e66e00

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
@@ -673,7 +673,7 @@
673673
"google-cloud-profiler+FILLER": "0.0.0",
674674
"google-cloud-profiler-v2": "1.6.1",
675675
"google-cloud-profiler-v2+FILLER": "0.0.0",
676-
"google-cloud-pubsub": "3.2.1",
676+
"google-cloud-pubsub": "3.3.0",
677677
"google-cloud-pubsub+FILLER": "0.0.0",
678678
"google-cloud-pubsub-v1": "1.15.0",
679679
"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.3.0 (2026-05-17)
4+
5+
#### Features
6+
7+
* Upgrade to Ruby 3.2 minimum ([#33944](https://github.com/googleapis/google-cloud-ruby/issues/33944))
8+
39
### 3.2.1 (2026-03-04)
410

511
#### Bug Fixes

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.2.1".freeze
19+
VERSION = "3.3.0".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)