From 4c60f0daa10990ccc14e9554d9e44c1f0adc08ef Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:24:34 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ gemini-extension.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..22d160e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/compare/0.1.0...0.1.1) (2026-04-07) + + +### Features + +* bootstrap repository with data-cloud-ai-dev-kit structure and skills ([#1](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/issues/1)) ([6958559](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/commit/695855962702b2e33677f830dc1820b046f55071)) diff --git a/gemini-extension.json b/gemini-extension.json index 0659352..a5c8b4a 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "data-cloud-ai-dev-kit", - "version": "0.1.0", + "version": "0.1.1", "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." } \ No newline at end of file