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
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -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."
}
Loading