From 0513fe724b13648c2d9eaec8e0c8468ea446e0ae Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 5 Aug 2026 14:54:39 +0000
Subject: [PATCH] chore(main): release 0.2.2
---
.claude-plugin/plugin.json | 2 +-
.codex-plugin/plugin.json | 2 +-
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
README.md | 8 ++++----
gemini-extension.json | 2 +-
plugin.json | 2 +-
7 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
index 8323025..0d4b47a 100644
--- a/.claude-plugin/plugin.json
+++ b/.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "alloydb-omni",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Create, connect, and interact with an AlloyDB Omni database and data.",
"author": {
"name": "Google LLC",
diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json
index e925890..6944845 100644
--- a/.codex-plugin/plugin.json
+++ b/.codex-plugin/plugin.json
@@ -1,6 +1,6 @@
{
"name": "alloydb-omni",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Create, connect, and interact with an AlloyDB Omni database and data.",
"author": {
"name": "Google LLC",
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index af55ef0..949ce4c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.2.1"
+ ".": "0.2.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c94f352..62be66b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.2.2](https://github.com/gemini-cli-extensions/alloydb-omni/compare/0.2.1...0.2.2) (2026-08-05)
+
+
+### Features
+
+* **plugin:** support agent plugin spec ([#27](https://github.com/gemini-cli-extensions/alloydb-omni/issues/27)) ([60cd1c8](https://github.com/gemini-cli-extensions/alloydb-omni/commit/60cd1c8d5659f2527c4f1b096ab73c490aca40a5))
+
## [0.2.1](https://github.com/gemini-cli-extensions/alloydb-omni/compare/0.2.0...0.2.1) (2026-04-17)
diff --git a/README.md b/README.md
index 107bd2d..e0417d3 100644
--- a/README.md
+++ b/README.md
@@ -74,8 +74,8 @@ For the latest version, check the [releases page][releases].
💡 Tip — Migrating from Gemini CLI?
@@ -94,7 +94,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/alloydb-omni.git +git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/alloydb-omni.git ``` **2. Install the skills:** @@ -185,7 +185,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/alloydb-omni/tree/0.2.1 +npx skills add https://github.com/gemini-cli-extensions/alloydb-omni/tree/0.2.2 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index ab82607..6754297 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "alloydb-omni", - "version": "0.2.1", + "version": "0.2.2", "description": "Create, connect, and interact with an AlloyDB Omni database and data.", "contextFileName": "ALLOYDB-OMNI.md", "settings": [ diff --git a/plugin.json b/plugin.json index 9969b82..650c7eb 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "alloydb-omni", - "version": "0.2.1", + "version": "0.2.2", "description": "Create, connect, and interact with an AlloyDB Omni database and data.", "author": { "name": "Google LLC",