Skip to content

Commit

Permalink
chore(main): release google-cloud-bigtable-v2 1.0.0 (#26336)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 9, 2024
1 parent 03ca8e5 commit 66d2e61
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"google-cloud-bigtable+FILLER": "0.0.0",
"google-cloud-bigtable-admin-v2": "1.0.0",
"google-cloud-bigtable-admin-v2+FILLER": "0.0.0",
"google-cloud-bigtable-v2": "0.21.0",
"google-cloud-bigtable-v2": "1.0.0",
"google-cloud-bigtable-v2+FILLER": "0.0.0",
"google-cloud-billing": "1.5.0",
"google-cloud-billing+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable-v2/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "bigtable",
"name_pretty": "Cloud Bigtable V2 API",
"product_documentation": "https://cloud.google.com/bigtable",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Cloud Bigtable is a fully managed, scalable NoSQL database service for large analytical and operational workloads. Note that google-cloud-bigtable-v2 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-bigtable instead. See the readme for more details.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-bigtable-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.0.0 (2024-07-09)

#### Features

* Bump version to 1.0.0

### 0.21.0 (2024-04-19)

#### Features
Expand Down Expand Up @@ -205,4 +211,3 @@ This release fixes the RequestStats interfaces. The wrong version of those inter
### 0.1.0 / 2020-07-27

Initial release.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module Bigtable
module V2
VERSION = "0.21.0"
VERSION = "1.0.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-bigtable-v2",
"version": "0.21.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 66d2e61

Please sign in to comment.