Skip to content

Commit 076dc96

Browse files
chore(main): release google-cloud-pubsub 2.21.0 (googleapis#29320)
1 parent ca36e79 commit 076dc96

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
@@ -579,7 +579,7 @@
579579
"google-cloud-profiler+FILLER": "0.0.0",
580580
"google-cloud-profiler-v2": "1.2.0",
581581
"google-cloud-profiler-v2+FILLER": "0.0.0",
582-
"google-cloud-pubsub": "2.20.0",
582+
"google-cloud-pubsub": "2.21.0",
583583
"google-cloud-pubsub+FILLER": "0.0.0",
584584
"google-cloud-pubsub-v1": "1.8.0",
585585
"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+
### 2.21.0 (2025-03-14)
4+
5+
#### Features
6+
7+
* Support revision_id in Schema
8+
39
### 2.20.0 (2025-02-13)
410

511
#### Features

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

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)