Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
"google-cloud-gdc_hardware_management-v1alpha+FILLER": "0.0.0",
"google-cloud-gemini_data_analytics": "0.4.0",
"google-cloud-gemini_data_analytics+FILLER": "0.0.0",
"google-cloud-gemini_data_analytics-v1": "0.2.0",
"google-cloud-gemini_data_analytics-v1": "1.0.0",
"google-cloud-gemini_data_analytics-v1+FILLER": "0.0.0",
"google-cloud-gemini_data_analytics-v1beta": "0.11.0",
"google-cloud-gemini_data_analytics-v1beta+FILLER": "0.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "geminidataanalytics",
"name_pretty": "Data Analytics API with Gemini V1 API",
"product_documentation": "https://cloud.google.com/gemini/docs/conversational-analytics-api/overview",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "The Gemini Data Analytics API enables developers to build intelligent data analytics applications. Leverage AI-powered chat interfaces to allow users to interact with and analyze structured data using natural language. Note that google-cloud-gemini_data_analytics-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-gemini_data_analytics instead. See the readme for more details.",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-gemini_data_analytics-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2026-07-17)

#### Features

* Release stable version

### 0.2.0 (2026-06-11)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module GeminiDataAnalytics
module V1
VERSION = "0.2.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-gemini_data_analytics-v1",
"version": "0.2.0",
"version": "1.0.0",
"language": "RUBY",
"apis": [
{
Expand Down
Loading