Skip to content

Commit 2be2ec6

Browse files
chore(main): release google-cloud-bigtable 2.13.0
1 parent babc441 commit 2be2ec6

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
@@ -179,7 +179,7 @@
179179
"google-cloud-bigquery-storage+FILLER": "0.0.0",
180180
"google-cloud-bigquery-storage-v1": "1.7.0",
181181
"google-cloud-bigquery-storage-v1+FILLER": "0.0.0",
182-
"google-cloud-bigtable": "2.12.3",
182+
"google-cloud-bigtable": "2.13.0",
183183
"google-cloud-bigtable+FILLER": "0.0.0",
184184
"google-cloud-bigtable-admin-v2": "1.17.0",
185185
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",

google-cloud-bigtable/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.13.0 (2026-05-25)
4+
5+
#### Features
6+
7+
* Update minimum Ruby to 3.2 ([#33981](https://github.com/googleapis/google-cloud-ruby/issues/33981))
8+
39
### 2.12.3 (2025-12-16)
410

511
#### Documentation

google-cloud-bigtable/lib/google/cloud/bigtable/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 Bigtable
19-
VERSION = "2.12.3".freeze
19+
VERSION = "2.13.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)