Skip to content

Commit 33a6c20

Browse files
chore(main): release 0.1.7 (#28)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06d5e67 commit 33a6c20

7 files changed

Lines changed: 13 additions & 6 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.6",
3+
"version": "0.1.7",
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.6",
3+
"version": "0.1.7",
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.6"
2+
".": "0.1.7"
33
}

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/gemini-cli-extensions/data-cloud-extension/compare/0.1.6...0.1.7) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* Add create_notebook and get_cell_outputs tools ([#27](https://github.com/gemini-cli-extensions/data-cloud-extension/issues/27)) ([06d5e67](https://github.com/gemini-cli-extensions/data-cloud-extension/commit/06d5e679479cd604a2cc98c1878064a55df9e24a))
9+
310
## [0.1.6](https://github.com/gemini-cli-extensions/data-cloud-extension/compare/0.1.5...0.1.6) (2026-04-14)
411

512

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.6",
3+
"version": "0.1.7",
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_and_visualization": {

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/standalone-notebook-mcp",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"type": "module",
55
"description": "Standalone MCP server for notebook manipulation",
66
"main": "server.ts",

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.6",
3+
"version": "0.1.7",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "mcp/dist/index.js"

0 commit comments

Comments
 (0)