Skip to content

Commit f5f9d6f

Browse files
chore(main): release 0.1.6 (#17)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 152832e commit f5f9d6f

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"mcp": "./.mcp.json"
66
}

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"skills": "./skills/",
66
"interface": {

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/gemini-cli-extensions/data-cloud-extension/compare/0.1.5...0.1.6) (2026-04-14)
4+
5+
6+
### Features
7+
8+
* add notebook MCP configuration for Gemini, Codex, and Claude plugins ([#19](https://github.com/gemini-cli-extensions/data-cloud-extension/issues/19)) ([c3f2d4d](https://github.com/gemini-cli-extensions/data-cloud-extension/commit/c3f2d4d3d2cea1b3563f6dcc99e84e46e8456da8))
9+
* Bundle IDE Proxy and Implement Resilience Fallback ([#16](https://github.com/gemini-cli-extensions/data-cloud-extension/issues/16)) ([6b160e5](https://github.com/gemini-cli-extensions/data-cloud-extension/commit/6b160e58cf16a7cf870436d88dafa9839509b2b0))
10+
* Syncing data cloud skills ([#24](https://github.com/gemini-cli-extensions/data-cloud-extension/issues/24)) ([152832e](https://github.com/gemini-cli-extensions/data-cloud-extension/commit/152832ea769663884df7a43c090175e9134a1c9c))
11+
* viz mcp aggregator ([#21](https://github.com/gemini-cli-extensions/data-cloud-extension/issues/21)) ([400b33b](https://github.com/gemini-cli-extensions/data-cloud-extension/commit/400b33b968c839dccb0daa67c3737db73c5cf44b))
12+
313
## [0.1.5](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/compare/0.1.4...0.1.5) (2026-04-08)
414

515

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"mcpServers": {
66
"notebook": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "mcp/dist/index.js"

0 commit comments

Comments
 (0)