diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cda9cbd..4c5a1a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa48f1..7759349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/compare/0.1.2...0.1.3) (2026-04-08) + + +### Bug Fixes + +* add missing notebook_guidance skill and fix data-autocleaning markdown formatting ([#6](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/issues/6)) ([3461cd9](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/commit/3461cd9f044e94cf89b5e90513ebf945e61f8863)) + ## [0.1.2](https://github.com/gemini-cli-extensions/data-cloud-ai-dev-kit/compare/0.1.1...0.1.2) (2026-04-08) diff --git a/gemini-extension.json b/gemini-extension.json index df7fc46..ff21cfc 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "data-cloud-ai-dev-kit", - "version": "0.1.2", + "version": "0.1.3", "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